Guest User

Untitled

a guest
Jul 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <div class="header-title">
  2. <h1 class="title">Title 1</h1>
  3. <h2 class="author">Author</h2>
  4. <h2 class="author-info ">more from <a href="#">Author</a></h2>
  5. </div>
  6.  
  7. <style>
  8. .header-title {
  9. display: flex;
  10. justify-content: center;
  11. align-items: center;
  12. }
  13.  
  14. h2 {
  15. display:block;
  16. text-align:left;
  17. }
  18. </style>
Add Comment
Please, Sign In to add comment