Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. @font-face{
  2. font-family:'old';
  3. src: url(Montserrat-Medium.ttf);
  4. font-style: normal;
  5. font-weight: 100;
  6.  
  7. }
  8. nav .navbar-nav li a:hover{
  9. color: slategray !important;
  10. }
  11. @font-face{
  12. font-family:'rus';
  13. src: url(ofont.ru_Neoplanta BG.ttf);
  14. font-style: normal;
  15. font-weight: 100;
  16.  
  17. }
  18. .undcont{
  19. width: 50%;
  20. float: left;
  21. position: absolute;
  22. display: block;
  23. height: 400px;
  24. background-color: aqua;
  25. }
  26. @media only screen and (max-width: 991px){
  27. .undcont,h1 {
  28.  
  29. font-size: 10px;
  30. }
  31. }
  32. .percont{
  33. position: relative;
  34. text-align: center;
  35. height: 1100px;
  36. margin: 0;
  37.  
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement