Advertisement
xanathor

Untitled

Sep 19th, 2015
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.65 KB | None | 0 0
  1. @font-face {
  2.     font-family: 'MyFont';
  3.     src: url('./fonts/square721.eot');
  4.     src: url('/fonts/square721.woff') format('woff'),
  5.          url('/fonts/square721.ttf') format('truetype'),
  6.          url('/fonts/square721.svg') format('svg');
  7. }
  8.   #home {padding-top:50px;height:auto;color: #fff; background-color: #1E88E5;}
  9.   #projects {padding-top:50px;height:auto;color: #fff; background-color: #673ab7;}
  10.   #wallart {padding-top:50px;height:auto;color: #fff; background-color: #ff9800;}
  11.   #aboutus {padding-top:50px;height:auto;color: #fff; background-color: #00bcd4;}
  12. body{
  13.     position: relative;
  14.     height: 100vh;
  15. }
  16. .tabs{
  17.         min-height: 100vh;
  18. }
  19. .logo{
  20.     font-family: MyFont;
  21.     font-weight: normal;
  22.     height:auto;
  23. }
  24. .back{
  25.     border-right:5px solid #D2D3D5;
  26.     background:#D2D3D5;
  27. }
  28. .noback{
  29.     background-color:white;
  30.     font-family: MyFont;
  31. }
  32. .diffln{
  33.     border-left:5px solid #D2D3D5;
  34. }
  35. .menu{
  36.     font-size:16px;
  37.     }
  38. .item{
  39.     background: #333;    
  40.     text-align: center;
  41.     height: auto !important;
  42. }
  43. .bs{
  44.     margin-top:5vh;
  45. }
  46. .imgc{
  47.     width:auto;
  48.     height:auto;
  49. }
  50.  
  51. .difficultline{
  52.     color:#D2D3D5;
  53. }
  54. .info{
  55.     background-color:white;
  56.     opacity:0.75;
  57.     font-family:"oswald";
  58.     }
  59. .st{
  60.     width:100vw;
  61.     height:10vh;
  62.     font-family:oswald;
  63. }
  64. .info2{
  65.     background-color:grey;
  66.     opacity:0.92;
  67.     font-family:"oswald";
  68. }
  69. .blk{
  70.     margin-top:1vh;
  71.     margin-bottom:1vh;
  72. }
  73. .info3{
  74.     background-color:#D2D3D5;
  75.     opacity:0.90;
  76.     font-family:"oswald";
  77.     font-size:14px;
  78.     bottom:0px;
  79.     right:0px;
  80.     left:0px;
  81.     position:fixed;
  82.     min-height:32px;
  83.     height: auto;
  84. }
  85. .back2{
  86.     background-color:white;
  87. }
  88. .info4{
  89.     font-family:"oswald";
  90.     font-size:64px;
  91.     height:auto;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement