Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
@@ -19,8 +19,12 @@
|
|
19 |
align-items: center;
|
20 |
background-color: #cccccc;
|
21 |
font-family: 'Noto Sans KR', sans-serif;
|
|
|
|
|
|
|
22 |
}
|
23 |
|
|
|
24 |
.slider-container {
|
25 |
width: 100%;
|
26 |
height: 100%;
|
|
|
19 |
align-items: center;
|
20 |
background-color: #cccccc;
|
21 |
font-family: 'Noto Sans KR', sans-serif;
|
22 |
+
background-image: url('paintshopbg2.png'); /* ๋ฐฐ๊ฒฝ ์ด๋ฏธ์ง ์ถ๊ฐ */
|
23 |
+
background-size: cover; /* ์ด๋ฏธ์ง๊ฐ ํ๋ฉด์ ๊ฝ ์ฑ์ฐ๋๋ก ์ค์ */
|
24 |
+
background-position: center; /* ์ด๋ฏธ์ง๊ฐ ํ๋ฉด ์ค์์ ์์นํ๋๋ก ์ค์ */
|
25 |
}
|
26 |
|
27 |
+
|
28 |
.slider-container {
|
29 |
width: 100%;
|
30 |
height: 100%;
|