Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <!--
  2. Notes:
  3. I would change your text color from red to something else. Red is kind of hard on the eye. (even mine and I have good eyes :P)
  4.  
  5. It would be recommended to put the CSS in a external stylesheet. :)
  6.  
  7. Also, the styles here may not be exactly what you are looking for but this is the html to get you started.
  8.  
  9. -->
  10.  
  11. <div style="float:left; width:49%">
  12. <img src="LOGO IMAGE SRC HERE"/>
  13. </div>
  14.  
  15. <div style="float:right; width:49%;">
  16. <p>Phone Number</p>
  17. <p>Email</p>
  18. </div>
  19.  
  20. <br style="clear:both"/>
  21.  
  22. <div style="margin:10px auto; text-align:center; text-shadow:5px 5px #CCC;">
  23. <h1>Introductory Promotion</h1>
  24. <h2>Save $750!</h2>
  25.  
  26. <p>Line 1</p>
  27. <p>Line 2</p>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement