Advertisement
Guest User

Zametak

a guest
Feb 27th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. .div1{
  5. border: 1px solid gray;
  6. background-color:gray;
  7. border-width:35px;
  8. border-height:10px;
  9. color:white;
  10. }
  11. .img1{
  12. float:left;
  13. pading:15px
  14. }
  15. .div3{
  16. clear:left
  17. border: 1px solid gray;
  18. background-color:gray;
  19. border-width:35px;
  20. border-height:10px;
  21. color:white;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="div1">
  27. China
  28. </div>
  29. <div>
  30. <img class="img1" src="https://media-cdn.tripadvisor.com/media/photo-s/0c/4e/d5/48/img-academy.jpg" width="170" height="170">
  31. <h1>The city</h1>
  32. <p>China is capital</p>
  33. </div>
  34. <div clas="div3">
  35. Foater text
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement