I am in the process of creating a page (using html, css, javascript and php).
I wanted to make a page where displayed would 7 circles showing the current date and the 6 following days and then the user could click an arrow to see the next 7 subsequent days.
I managed to figure out how to make a simple circle using CSS (thanks to Easier way to create circle div than using an image?) but I don't think it would be efficient to continue in the direction I'm going so any help would be greatly appreciated.
(More or less how I want the clickable circle to be but without "date" and the date displayed as Day of week
Month
Date)
https://s-media-cache-ak0.pinimg.com/originals/c5/29/48/c529482834077a7d9b49320424d244f7.jpg
Edit: Something like this but instead of boxes, it would be circles.