Facebook
From saddsa, 3 Years ago, written in CSS.
Embed
Download Paste or View Raw
Hits: 77
  1. body{
  2.         margin:0;
  3. }
  4.  
  5. #me1, #me2, #me3, #me4, #me5{
  6.         background-color:RGB(57, 180, 107);
  7.         color:white;
  8.         text-align:center;
  9.         font-size:150%;
  10.         width:20%;
  11.         height:220px;
  12.         float:left;
  13. }
  14.  
  15. #srodek{
  16.         height:300px;
  17.         float:left;
  18. }
  19.  
  20. #stopka{
  21.         background-color:RGB(57, 180, 107);
  22.         color:white;
  23.         text-align:center;
  24.         font-size:150%;
  25.         clear:both;
  26. }
  27.  
  28. a{
  29.         text-decoration:none;
  30.         color:white;
  31. }
  32.  
  33. button{
  34.         background-color:green;
  35.         border:1px;
  36.         color:white;
  37.         padding:15px;
  38. }
  39.  
  40. h1{
  41.         color:RGB(27, 163, 82)
  42. }