Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. </head>
  5. <body>
  6. <style>
  7. p { color:red;
  8. font-family: "Arial";
  9. font-size: medium;
  10. background-color: green;
  11. border: 5px dashed grey; JEBAC DISA SKURWYSYNA
  12. }
  13. div{
  14. color: white;
  15. font-family: "Verdana";
  16. font-size: 18px;
  17. background-color: grey;
  18. border: double black;
  19. padding-bottom: 20px;
  20. cursor: help;
  21. margin: 10px;
  22. }
  23. h3{
  24. </style>
  25.  
  26. <p>Zadanie 1</p>
  27. <div>Zadanie 2</div>
  28.  
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement