Advertisement
Guest User

ervo

a guest
Feb 20th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <style>
  4. body {
  5. font:lucida grande and alternative sans serif fonts;
  6. font-size:standard font size;
  7. text-color:black;
  8. background-color:#ffc96a;
  9. }
  10. h2 after{
  11. content:"€";
  12. }
  13. .naslov{
  14. color:white;
  15. padding:10px;
  16. border:1px solid #fed792;
  17. background-color:#f80;
  18. }
  19. </style>
  20. <h1 class="naslov">Photo Gallery Venice</h1>
  21. <body>
  22. <img src="https://upload.wikimedia.org/wikipedia/commons/6/6e/Main_Mosque_in_Pavlodar.jpg" width="200" height="150">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement