Advertisement
Guest User

css

a guest
Apr 30th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.20 KB | None | 0 0
  1. .menu
  2. {
  3.     width:175;
  4.     height:700;
  5.     background: linear-gradient(to top, #FF6600 0%,  #ff9900 100%);
  6.     top:0;
  7.     position:absolute;
  8.     margin-left:0;
  9. }
  10. .naglowek
  11. {
  12.     width:690;
  13.     height:75;
  14.     border:solid;
  15.     background: #6699cc;   
  16.     border-color:darkblue;
  17.     top:0;
  18.     margin-left:175;
  19.     position:absolute;
  20.    
  21. }
  22. .srodek
  23. {
  24.     width:696;
  25.     height:620;
  26.     background:linear-gradient( to bottom, #99ccff 0%, #006699 100%);
  27.     position:absolute;
  28.     margin-left:175;
  29.     margin-top:72; 
  30. }
  31. .napis1
  32. {
  33.     position:absolute;
  34.     margin-left:500;
  35.     font-size:30;
  36.     margin-top:15;
  37.     color:yellow;
  38.     font-family:'Arial';
  39. }
  40.  
  41. .linki
  42. {
  43.     position:absolute;
  44.     margin-top:200;
  45.     color:yellow;
  46.     margin-left:45;
  47.     font-size:30;
  48.     font-family:'arial';
  49.    
  50. }
  51.  
  52. .loczki
  53. {
  54.     margin-top:130;
  55.     margin-left:35;
  56.  
  57. font-size:40;
  58.     color:darkblue;
  59.     font-family:'Arial';
  60.     position:absolute;
  61. }
  62.  
  63. .tekst
  64. {
  65.     position:absolute;
  66.     margin-left:220;
  67.     margin-top:80;
  68.     font-size:20;
  69.     word-spacing: 3;
  70.  
  71.    
  72.    
  73. }
  74.  
  75. .jeden
  76. {
  77.     position:absolute;
  78.     color:green;
  79.     border:solid;
  80.     height:200;
  81.     width:150;
  82.     margin-left:870;
  83.     top:0;
  84.    
  85. }
  86.  
  87. .stopka
  88. {
  89.     position:absolute;
  90.     color:orange;
  91.     height:200;
  92.     width:150;
  93.     border:solid green 3;
  94.    
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement