/ Published in: CSS
Expand |
Embed | Plain Text
.cal-day { display:block; text-align: center; overflow: hidden; line-height:1; letter-spacing:normal; text-transform:uppercase; white-space:nowrap; width:5em; /* min 4em */ font-size:.8em; /*any size you want*/ font-family:"Courier New", courier; /*fix with works best*/ background-color: #f98c2b; color: #f2e2cd; } .cal-day span { display:block; } .cal-day span.month{ line-height:.9; font-size:200%; } .cal-day span.day{ line-height:.8; font-size:300%; } .cal-day span.year{ line-height:1; font-size:150%; }
You need to login to post a comment.
