Advertisement
Guest User

Untitled

a guest
Nov 29th, 2015
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. * { box-sizing: border-box; }
  2.  
  3. .container {
  4. width: 80%;
  5. margin: 0 auto;
  6. }
  7.  
  8. .header h1 {
  9. text-align: center;
  10. }
  11.  
  12. .image {
  13. display: inline-block;
  14. width: 100%;
  15. padding-bottom: 30px;
  16. }
  17.  
  18. .column {
  19. width: 30%;
  20. display: inline-block;
  21. float: left;
  22. }
  23.  
  24. .main_text {
  25. clear: both;
  26. padding-top: 40px;
  27. }
  28.  
  29.  
  30. .skills {
  31. background-color: red;
  32. display: inline;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement