To enhance the appearance of your calendar, consider removing the float:left
and display:inline-block
attributes from #archive-calender th {
and #archive-calender td {
. This will bring you closer to your desired design.
Next, adjust the border-collapse
property to separate
within #archive-calender {
, and introduce some border-spacing:3px
to create gaps between the cells.
Lastly, include a bit of padding:2px
on #archive-calender td {
for some space inside the cells to avoid any overcrowding.
I hope this helps!
edit don't forget about adding background color or image to the cells.
You can enhance the look by applying either background-color
or background-image
to #archive-calender td {
for those stylish grey cells.