Advertisement
VyaraG

Kent'sProfile

Feb 19th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.64 KB | None | 0 0
  1. html, body, figure, figcaption, main, h1, h2, section{
  2. margin: 0;
  3. padding: 0;
  4. font-family:San Serif;
  5. }
  6.  
  7. main{
  8. background-color: #ffc0cb;
  9. border-radius: 5px;
  10. width: 53%;
  11. margin: 20px auto;
  12. padding: 10px;
  13. }
  14.  
  15. h1{
  16. text-align: center;
  17. font-size: 2em;
  18. }
  19.  
  20. h2, figcaption {
  21.     font-size: 1em;
  22.     font-style: normal;
  23.     font-weight: normal;
  24. }
  25.  
  26. section {
  27.     display: inline-block;  
  28.     vertical-align: top;
  29.     margin: 10px;
  30. }
  31.  
  32. #profile-pic{
  33. width: 320px;
  34. height: 240px;
  35. }
  36.  
  37. section > audio {
  38.     display: block;
  39.     margin: 3px;
  40.     }
  41.  
  42.  
  43. embed {
  44.    height: 140px;
  45. }
  46.  
  47. meter {
  48.     width: 220px;
  49.     height: 20px;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement