Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <title>kartkówka</title>
  5. <meta charset="UTF-8">
  6. <style>
  7. body
  8. {
  9. margin:0px;
  10. padding:0px;
  11. }
  12. #asd
  13. {
  14. border-style:solid;
  15. background-color:red;
  16. height:50px;
  17.  
  18. }
  19. #zxc
  20. {
  21. text-decoration:underline;
  22. border-style:solid;
  23. font-style:bold;
  24. background-color:lightblue;
  25. font-style:italic;
  26. float:left;
  27. height:600px;
  28. width:15%;
  29. }
  30. #qwe
  31. {
  32. text-indent:50px;
  33. font-weight:bold;
  34. border-style:solid;
  35. background-color:orange;
  36. font-style:italic;
  37. float:left;
  38. height:600px;
  39. width:84%;
  40. }
  41. #vbn
  42. {
  43. border-style:solid;
  44. background-color:red;
  45. font-style:italic;
  46. width:99,5%;
  47. }
  48. img
  49. {
  50. width:700px;
  51. height:500px;
  52. }
  53. </style>
  54. </head>
  55. <body>
  56. <div id="asd"><center><h1><b>Strona Danielka</b></h1></center></div>
  57. <div id="zxc">
  58. <h2><a href="Odnośnik 1.html">Odnośnik 1</a></h2><br><br><br><br>
  59. <h2><a href="Odnośnik 2.html">Odnośnik 2</a></h2><br><br><br><br>
  60. <h2><a href="Odnośnik 3.html">Odnośnik 3</a></h2><br><br><br><br>
  61. <h2><a href="Odnośnik 4.html">Odnośnik 4</a></h2><br><br><br><br>
  62. </div>
  63. <div id="qwe"><center>Tekst</center></div>
  64. <div id="vbn"><marquee behaviour="100">Daniel Tazbir. WSZELKIE PRAWA ZASTRZEŻONE!!!</marquee></div>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement