Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. body {
  2. width: 100%;
  3. height: 100%;
  4. margin: 0px;
  5. padding: 0px;
  6. background-color: antiquewhite;
  7. font-family: Arial, Helvetica, sans-serif;
  8. }
  9.  
  10.  
  11. #header {
  12. width: 100%;
  13. height: 50px;
  14. line-height: 50px;
  15. background-color: burlywood;
  16. text-align: center;
  17. color: white;}
  18.  
  19.  
  20. #profile-container{
  21. max-width: 300px;
  22. margin: 80px auto;
  23. background-color: white;
  24. border: 1px solid gray;
  25. border-radius: 6px;
  26. }
  27.  
  28. #profile-image{
  29. width: 100%;
  30. height: auto;
  31. }
  32.  
  33. #profile-name{
  34. text-align: center;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement