Advertisement
judyc95

Untitled

Jul 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. @charset "UTF-8";
  2.  
  3. /*
  4. header {
  5. background:black;
  6. padding: 20px 40px 10px 50px;
  7. }
  8. section{
  9. background:white;
  10. color:gray;
  11. padding: 20px;
  12. display: flex;
  13. flex-direction: row;
  14.  
  15. }
  16.  
  17. div {
  18. background:teal;
  19. width: 100px;
  20. margin:auto;
  21.  
  22.  
  23. }
  24. footer {
  25. background:black;
  26. padding: 10px 20px;
  27. }
  28. */
  29. .nav_bar {
  30. margin-right: auto;
  31. float:none;
  32. margin-left: auto;
  33. color: steelblue;
  34. background-color: #3D6C80;
  35. padding-top: 2px;
  36. font-family: Quicksand;
  37. padding-bottom: 2px;
  38. background-repeat: repeat;
  39. display: table;
  40. width: 100%;
  41.  
  42. }
  43.  
  44. li {
  45. float:right;
  46. padding: 10px;
  47. list-style-type: none;
  48. font-family: Quicksand;
  49. font-weight: normal;
  50. color: white;
  51. text-align: right;
  52. font-size: 15px;
  53. vertical-align: middle;
  54. display: table-cell;
  55.  
  56. }
  57.  
  58. ul {
  59. display: table-cell;
  60. vertical-align: middle;
  61.  
  62. }
  63.  
  64. h1 {
  65. display: table-cell;
  66. vertical-align: middle;
  67. }
  68.  
  69. @font-face {
  70. font-family: 'Quicksand';
  71. src: url('Quicksand-Regular.otf')
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement