Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. body{
  2.     background-color: rgba(250, 147, 12, 0.86);
  3. }
  4.  
  5. #container{
  6.     margin-left: auto;
  7.     margin-right: auto;
  8. }
  9.  
  10.  
  11. #header{
  12.     width: 500px;
  13.     text-align: center;
  14.     border: solid 4px black;
  15.     border-radius: 30%;
  16. }
  17.  
  18. #main_h1{
  19.     width: 600px;
  20.     margin-left:auto;
  21.     margin-right:auto;
  22. }
  23.  
  24. #lab{
  25.     margin-right:auto;
  26.     padding-top: 20;
  27. }
  28.  
  29.  
  30.  
  31. dane{
  32.     background-color: rgba(250, 147, 12, 0.86);
  33.     display: block;
  34.     margin-left: auto;
  35.     margin-right: auto;
  36. }
  37.  
  38.  
  39.  
  40. tytul{
  41.     width: 500px;
  42.     text-align: center;
  43.     border: solid 4px black;
  44.     border-radius: 30%;
  45.     display: block;
  46.     margin-left: auto;
  47.     margin-right: auto;
  48. }
  49.  
  50. lab{
  51.     width: 600px;
  52.     margin-right:auto;
  53.     display: block;
  54.    
  55. }
  56.  
  57. naglowek{
  58.     width: 600px;
  59.     margin-right:auto;
  60.     display: block;
  61.     font-weight: bold;
  62. }
  63.  
  64. tekst{
  65.     width: 600px;
  66.     margin-right:auto;
  67.     display: block;
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement