Advertisement
1xptolevitico69

Float property

Sep 27th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang=en>
  3. <head>
  4. <title>Float property</title>
  5. <meta charset=utf-8>
  6. <meta name="viewport" content="width=device-width">
  7. <style>
  8.  
  9. div {
  10. padding:5px;
  11. border:/5px solid olive;  ( optional )
  12. overflow:auto;
  13. }
  14.  
  15. img {
  16. float: right;
  17. margin:0 0 10px 20px;
  18. width:350px;
  19. }
  20.  
  21. h1 {
  22. color:olive;
  23. text-align:center;
  24. font-family:segoe script;
  25. font-size:40px;
  26. }
  27.  
  28. h3 {
  29. padding:0 10px 10px 10px;
  30. line-height: 25px;
  31. text-indent:100px;
  32. color:olive;
  33. font-family:courier new;
  34. text-align: justify;  
  35. text-justify: inter-word;
  36. }
  37.  
  38. h3:first-letter {
  39. font-size:50px;
  40. }
  41.  
  42. </style>
  43. </head>
  44. <body>
  45.  
  46. <div><img src="https://images.pexels.com/photos/662417/pexels-photo-662417.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" title="Johnny the smiling dog" >
  47. <h1>Johnny the smiling dog</h1>
  48. <h3>Finished rejoiced drawings so he elegance. Set lose dear upon had two its what seen. Held she sir how know what such whom. Esteem put uneasy set piqued son depend her others. Two dear held mrs feet view her old fine. Bore can led than how has rank. Discovery any extensive has commanded direction. Short at front which blind as. Ye as procuring unwilling principle by.
  49. At as in understood an remarkably solicitude. Mean them very seen she she. Use totally written the observe pressed justice. Instantly cordially far intention recommend estimable yet her his. Ladies stairs enough esteem add fat all enable. Needed its design number winter see. Oh be me sure wise sons no. Piqued ye of am spirit regret. Stimulated discretion impossible admiration in particular conviction up.
  50. Sing long her way size. Waited end mutual missed myself the little sister one. So in pointed or chicken cheered neither spirits invited. Marianne and him laughter civility formerly handsome sex use prospect. Hence we doors is given rapid scale above am. Difficult ye mr delivered behaviour by an. If their woman could do wound on. You folly taste hoped their above are and but. </h3>
  51. </div>
  52.  
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement