Facebook
From aa, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 224
  1.  
  2. header
  3. {
  4.         background-color:#404040;
  5.         width:1600px;
  6.         height:50px;
  7.         margin-left:120px;
  8.         position: sticky;
  9.        
  10. }
  11.  
  12.  
  13. ul
  14. {
  15.         display:flex;
  16.         justify-content:space-around;
  17.         font-size:25px;
  18.         color:white;
  19.         align-items:center;
  20.         font-family:Arial;
  21.        
  22. }
  23.  
  24. main
  25. {
  26.         width:1600px;
  27.         height:800px;
  28.        
  29.         margin-left:120px;
  30.         display:flex;
  31.         justify-content:space-around;
  32.         align-items:center;
  33.        
  34. }
  35.  
  36. .blok
  37. {
  38.         justify-content:center;
  39.         background:#ffd9b3;
  40.         width:400px;
  41.         height:400px;
  42.         border-radius:40%;
  43.         display:flex;
  44.         justify-content:center;
  45.         align-items:center;
  46.         box-shadow: 10px 10px 10px 10px gray;
  47. }
  48.