Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .site-header {
  2. background-color: #1BBC9B;
  3. color: black;
  4. height: 100vh;
  5. font-family: monospace;
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: center;
  9. align-content: center;
  10. }
  11. .site-header-content {
  12. margin: 20px;
  13. align-self: center;
  14. }
  15.  
  16. .course-link {
  17. color: blue;
  18. }
  19.  
  20. .profile-pic {
  21. border-radius: 30%;
  22. height: 100px;
  23. width: 100px;
  24. align-self: center;
  25. }
  26.  
  27.  
  28. body {
  29. margin: 0;
  30.  
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement