Guest User

Untitled

a guest
Jan 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <div id = "guitar">
  2.  
  3. <img src="christmas.jpg" alt="guitar" width="500" height="300" class="imgleft"> </img>
  4.  
  5.  
  6. <h1>Guitar</h1>
  7.  
  8. Visit the three ghosts of Christmas this November as the PLAYHOUSE Whitley Bay kicks off the festive season with a fantastic Disney-esque musical production of A Christmas Carol.
  9.  
  10.  
  11. </div>
  12.  
  13. #guitar { border : 5px solid;
  14. padding : 10px;
  15. margin-bottom : 2%;
  16. }
  17. .imgleft{float:left;}
  18.  
  19. #guitar:before, #guitar:after {
  20. content: '';
  21. display: table;
  22. }
  23.  
  24. #guitar:after {
  25. clear: both;
  26. }
Add Comment
Please, Sign In to add comment