Facebook
From Tinct Curlew, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 255
  1. #cy{
  2.         width: 800px;
  3.         height: 580px;
  4.        
  5. }
  6.  
  7. #menu{
  8.  
  9.         width: 200px;
  10.         height: 150px;
  11.         float: left;
  12.         text-align: center;
  13.         list-style-type:none;
  14. }
  15. #menu > li > a {
  16.         text-decoration:none;
  17.         color:white;
  18. }
  19. #menu > li > a:hover {
  20.   color:#00F;  
  21. background-color:rgba(107,107,107,0.1);
  22. font-size:20px;
  23. }
  24. #menu>li>a{
  25.         display:table-cell;
  26.         width: 200px;
  27.         height: 50px;
  28.         vertical-align:middle;
  29. }
  30. #baner{
  31.  
  32.         text-align: center;
  33.         width: 800px;
  34.         height: 150px;
  35. }
  36. #stop{
  37.        
  38.         text-align: center;
  39.         clear: both;
  40. }