Advertisement
MichalWalczak

CSS

Apr 9th, 2021
1,170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body{
  2.   background-color: lightyellow;
  3.   width:100%;
  4. }
  5.  
  6.  
  7. .body{
  8.   position: absolute;
  9.   left: 0px;
  10.   top: 0px;
  11.   border: 5px solid black;
  12.   background-color: orange;
  13. }
  14.  
  15. #naglowek1{
  16.   font-weight: normal;
  17.   color: green;
  18. }
  19.  
  20. .akapit1{
  21.   font-size: 34px;
  22. }
  23.  
  24. .akapit2{
  25.   font-size: 28px;
  26.   color: green;
  27. }
  28.  
  29. .akapit3{
  30. color: blue;
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement