Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.55 KB | None | 0 0
  1. .fancydate {
  2.         float: left;
  3.         margin: 2px;
  4.         padding: 1px;
  5.         width: 40px;
  6.         background: #600;
  7.         border: #FC0 1px auto;
  8.     }
  9.    
  10.     .fancydate .date {
  11.         margin: 2px;
  12.         padding: 2px;
  13.         width: 31px;
  14.         font-family: Georgia, "Times New Roman", Times, serif;
  15.         font-size: 20px;
  16.         text-align: center;
  17.         background: #FFF;
  18.         border: #FF0 1px solid;
  19.     }
  20.    
  21.     .fancydate .month, .fancydate .year {
  22.         font-family: Georgia, "Times New Roman", Times, serif;
  23.         font-size: 13px;
  24.         text-align: center;
  25.         color: #FFF;
  26.     }
  27.    
  28.     .fancydate .year {
  29.         font-size: 16px;
  30.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement