Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.45 KB | None | 0 0
  1. body
  2.         {
  3.             font-size: 20px;
  4.             color: white;
  5.             background-color: #414141;
  6.             font-family: 'Lato', sans-serif;
  7.         }
  8.     a
  9.         {
  10.             text-decoration: none;
  11.             color: white;
  12.         }
  13.     #container
  14.         {
  15.             width: 1000px;
  16.             min-height: 500px;
  17.             background-color: #525252;
  18.             margin-left:auto;
  19.             margin-right:auto;
  20.         }
  21.     #header
  22.         {
  23.            
  24.             height: 100px;
  25.             width: 1000px;
  26.  
  27.         }
  28.     h1
  29.         {
  30.             text-align: center;
  31.         }
  32.     #Logo
  33.         {
  34.             float: left;
  35.             font-size: 50px;
  36.             width: 500px;
  37.             font-family: 'Josefin Sans', sans-serif;
  38.         }
  39.     #zegar
  40.         {
  41.             float: right;
  42.             font-size: 50px;
  43.             width: 500px;
  44.         }
  45.     #nav
  46.         {
  47.             width: 200px;
  48.             height: 300px;
  49.             float: left;
  50.  
  51.         }
  52.     #content
  53.         {
  54.             width: 800px;
  55.             float: left;
  56.             height: 500px;
  57.  
  58.         }
  59.     #footer
  60.         {
  61.             height: 100px;
  62.             text-align: center;
  63.             font-family: 'Pacifico', sans-serif;
  64.  
  65.         }
  66.     img
  67.         {
  68.             width: 800px;
  69.             float: left;
  70.             height: 500px; 
  71.         }
  72.     #zakladki
  73.         {
  74.             height: 300px;
  75.             width: 400px;
  76.            
  77.             float: left;
  78.         }
  79.     #autor
  80.         {
  81.             height: 300px;
  82.             width: 395px;
  83.             background-color: green;
  84.             float: left;
  85.             margin-left: 5px;
  86.             text-align: center;
  87.         }
  88.     #motto
  89.         {
  90.             height: 170px;
  91.             width: 400px;
  92.             background-color: blue;
  93.             float: left;
  94.             margin-top: 10px;
  95.            
  96.         }
  97.     #social
  98.         {
  99.             height: 180px;
  100.             width: 400px;
  101.            
  102.             float: left;
  103.         }
  104.  
  105.     #kim_jestem
  106.         {
  107.             height:145px;
  108.             width: 195px;
  109.             float: left;
  110.             background-color: #3095d3;
  111.             margin-right: 5px;
  112.             margin-bottom: 5px;
  113.             text-align: center;
  114.         }
  115.     #co_oferuje
  116.         {
  117.             height:145px;
  118.             width: 195px;
  119.             float: left;
  120.             background-color: #3095d3;
  121.             margin-left: 5px;
  122.             margin-bottom: 5px;
  123.             text-align: center;
  124.         }
  125.     #cv
  126.         {
  127.             height:145px;
  128.             width: 195px;
  129.             float: left;
  130.             background-color: #666666;
  131.             margin-right: 5px;
  132.             margin-top: 5px;
  133.             text-align: center;
  134.         }
  135.     #kontakt
  136.         {
  137.             height:145px;
  138.             width: 195px;
  139.             float: left;
  140.             background-color: #93c748;
  141.             margin-left: 5px;
  142.             margin-top: 5px;
  143.             text-align: center;
  144.         }
  145.  
  146.     #facebook
  147.         {
  148.             height: 180px;
  149.             width: 100px;
  150.             float: left;
  151.             background-color: #59519D;
  152.         }
  153.     #google
  154.         {
  155.             height: 180px;
  156.             width: 100px;
  157.             float: left;
  158.             background-color: #67CA82;
  159.         }
  160.     #youtube
  161.         {
  162.             height: 180px;
  163.             width: 100px;
  164.             float: left;
  165.             background-color: #C0BF8D;
  166.         }
  167.     #twi
  168.         {
  169.             height: 180px;
  170.             width: 100px;
  171.             float: left;
  172.             background-color: #0EF6B2;
  173.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement