Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. @font-face {
  2. font-family: 'AlmoniTzarAAA';
  3. src: url('/Fonts/aaa-fonts-light/webfont_files/almoni-tzar-light-aaa.woff')
  4. }
  5.  
  6.  
  7. .floor{
  8. margin-top: 25px;
  9. padding: 0;
  10. margin-left: 5%;
  11. }
  12.  
  13. .my_container{
  14. background: url("bigSlash.png") no-repeat left 100%;
  15. background-size:contain;
  16. /* object-fit: cover;*/
  17. }
  18.  
  19. .navbar-nav>.active>a{
  20. color: #60C4C1 !important;
  21. background-color: transparent !important;
  22. }
  23.  
  24. .navbar{
  25. background-color: transparent;
  26. border: none;
  27. margin-top: 25px;
  28. margin-right: 8.33%;
  29. font-size: 2.2vw;
  30. }
  31. .about_text{
  32. font-size:1.6vw;
  33. }
  34.  
  35. .text_img{
  36. width:90%;
  37. height:80%;
  38. float: right;
  39. }
  40.  
  41. .navbar-nav>li>a{
  42. line-height: unset;
  43. }
  44.  
  45. .Floor {
  46. width: 30%;
  47. margin-left: 8.33%;
  48.  
  49. }
  50.  
  51. .textimg_container{
  52. background: white;
  53. margin: auto;
  54. height: 56%;
  55. padding-top: 3%;
  56. margin-top: 2%;
  57. }
  58.  
  59. body{
  60. height: 100vh;
  61. width: 100vw;
  62. font-family: 'AlmoniTzarAAA';
  63. }
  64.  
  65.  
  66. div{
  67. height:100%;
  68. }
  69.  
  70. .last_row{
  71. height:25%;
  72. }
  73.  
  74. .navbar_container{
  75. height: 17%;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement