Guest User

Untitled

a guest
Apr 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. .navbar{
  2. background-color:#CFD8DC;
  3. }
  4. .header{
  5. background-color:#ffffff;
  6. }
  7. .main{
  8. border-width: 10px;
  9. border-color: #000000;
  10. }
  11. @media only screen and (max-width: 769px) {
  12. .sidelist{
  13. display: none;
  14. }
  15. }
  16. .footer{
  17. background-color: #212121 ;
  18. text-align: center;
  19. color:#ffffff;
  20. }
  21. a{
  22. text-decoration: none;
  23. color:#000000;
  24.  
  25. }
  26. a:hover{
  27. text-decoration: underline;
  28. }
Add Comment
Please, Sign In to add comment