소스 검색

Add background to main page

Pitu 6 년 전
부모
커밋
62c0c1db20
2개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      src/site/assets/images/background.jpg
  2. 14 0
      src/site/pages/index.vue

BIN
src/site/assets/images/background.jpg


+ 14 - 0
src/site/pages/index.vue

@@ -25,12 +25,26 @@
 				color: $textColorHighlight;
 			}
 		}
+
+		div.background {
+			position: fixed;
+			top: 0;
+			left: 0;
+			background: no-repeat scroll 50% 50%;
+			background-size: cover;
+			background-image: url('~assets/images/background.jpg');
+			z-index: -1;
+			height: 100vh;
+			width: 100%;
+			pointer-events: none;
+		}
 	}
 </style>
 
 <template>
 	<div class="home">
 		<section class="hero is-fullheight has-text-centered">
+			<div class="background" />
 			<Navbar :isWhite="true" />
 			<div class="hero-body">
 				<div class="container">