Advertisement
KacperLewczuk

miniprojekt2css

Apr 11th, 2021
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.40 KB | None | 0 0
  1. .akapit
  2.   {font-size: 22px;
  3.   font-family: fantasy;
  4.   background-color: rgb(141, 93, 204);
  5.   background: rgba(56, 10, 10, 0.2); }
  6.  
  7.  
  8.   .akapit2
  9.    {font-family: fantasy;
  10.     font-size: 23px;
  11.     background: rgba(56, 10, 10, 0.2);
  12. }
  13.  
  14. .akapit3
  15. {font-family: fantasy;
  16.     font-size: 23px;
  17.     background: rgba(56, 10, 10, 0.2);
  18. }
  19.  }
  20.  
  21.   h2
  22.   {font-size: 23px;
  23.     font-family: fantasy;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement