Guest User

Untitled

a guest
Jul 12th, 2017
567
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.62 KB | None | 0 0
  1. <style>
  2. .profile-pic {
  3.   border-radius: 50%;
  4. }
  5.  
  6. .mycenter {
  7.   display: flex;
  8.   justify-content: center;
  9.   align-items: center;
  10.   text-align: center;
  11. }
  12. </style>
  13.  
  14. <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" />
  15.  
  16. <div class="container-fluid">
  17.   <div class="mycenter">
  18.     <div>
  19.       <img class="img-responsive profile-pic" src="https://avatars0.githubusercontent.com/u/9438853" width="200">
  20.     </div>
  21.     <div>
  22.       <h1>Telmo "Trooper"</h1>
  23.       <h4><a href="mailto:[email protected]">[email protected]</a></h4>
  24.     </div>
  25.   </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment