akvma

WDHTML Layout - Simple Serif

Dec 19th, 2020 (edited)
1,123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.41 KB | None | 0 0
  1. <div class="row p-5 m-0" style="font:13px Perpetua, Garamond, 'Times New Roman'; line-height:20px;">
  2.  
  3. <!-- Title header. -->
  4. <h1 style="text-transform:uppercase; font-size:25px; color:#94B6D2; border-left:5px solid #E9F0F6; padding:15px 10px;">
  5. <b> header here </b>
  6. </h1>
  7.  
  8. <p>Play Wolvden for free today! Sign up and create your very own wolf pack leader in a fun and challenging persistent browser-based game! Set in the various rich biomes of North America and Europe, encounter many different enemies and prey alike as you drive your wolf pack to victory in the rich world of Wolvden.</p>
  9.  
  10. <!-- Minor header. Replicate this wherever you want using copy/paste. -->
  11. <h2 style="width:100%; text-transform:uppercase ;letter-spacing:2px; font-size:16px; border-top:1px solid #94B6D2; color:#94B6D2;">
  12. subheader here
  13. </h2>
  14.  
  15. <p>Play Wolvden for free today! Sign up and create your very own wolf pack leader in a fun and challenging persistent browser-based game! Set in the various rich biomes of North America and Europe, encounter many different enemies and prey alike as you drive your wolf pack to victory in the rich world of Wolvden.</p>
  16.  
  17. <!-- Bulleted list. Replicate this wherever you want using copy/paste, or you can remove this section entirely. -->
  18. <ul style="list-style-type: circle;">
  19. <li>this is a list item</li>
  20. <li>feel free to add or remove</li>
  21. <li>bullet points by copy/pasting</li>
  22. <li>or get rid of them entirely</li>
  23. </ul>
  24.  
  25. <!-- Another minor header. Replicate this wherever you want using copy/paste. -->
  26. <h2 style="width:100%; text-transform:uppercase; letter-spacing:2px; font-size:16px; background:#E9F0F6; padding:5px 10px;">
  27. subheader here.
  28. </h2>
  29.  
  30. <p>Play Wolvden for free today! Sign up and create your very own wolf pack leader in a fun and challenging persistent browser-based game! Set in the various rich biomes of North America and Europe, encounter many different enemies and prey alike as you drive your wolf pack to victory in the rich world of Wolvden.</p>
  31.  
  32. <!-- "Whisper" centered quote. Replicate this wherever you want using copy/paste, or you can remove this section entirely. -->
  33. <p style="width:100%; text-align:center; color:#808080; font-style:italic;">
  34. "whisper quote here"
  35. </p>
  36.  
  37. <!-- Footer. -->
  38. <h1 style="width:100%; text-transform:uppercase; font-size:25px; color:#94B6D2; border-right:5px solid #E9F0F6; padding:15px 10px; text-align:right;"><b>footer here</b>
  39. </h1>
  40.  
  41. </div>
Add Comment
Please, Sign In to add comment