Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <main class="wrapper">
  2.  
  3. <h1 class="title">A list of American Presidents</h1>
  4.  
  5. <section class="administration">
  6. <h3 class="pname">George Washington</h3>
  7. <span class="party fed">Federalist</span>
  8. <time class="term">1789</time>-<time class="term">1797</time>
  9. <span class="vpname">John Adams</span>
  10. </section>
  11. </main>
  12.  
  13. .term {
  14. flex: 0 0 20%;
  15. /*Decorate these the same size as the party*/
  16. font-size: .5em;
  17. /*make them italic.*/
  18. font-style: italic;
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement