Spaces:
Running
Running
Commit
·
c3478b7
1
Parent(s):
0ad2e90
Update index.html
Browse files- index.html +6 -0
index.html
CHANGED
|
@@ -148,6 +148,12 @@
|
|
| 148 |
color: #666666;
|
| 149 |
margin: 0;
|
| 150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 151 |
.slide1{
|
| 152 |
background-image: url('https://png.pngtree.com/background/20210711/original/pngtree-music-dream-show-creative-design-background-template-picture-image_1072113.jpg');
|
| 153 |
height: 555px;
|
|
|
|
| 148 |
color: #666666;
|
| 149 |
margin: 0;
|
| 150 |
}
|
| 151 |
+
@font-face {
|
| 152 |
+
font-family: 'Pacifico';
|
| 153 |
+
src: url('pacifico.woff2') format('woff2'), /* Modern browsers */
|
| 154 |
+
url('pacifico.woff') format('woff'); /* Older browsers */
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
.slide1{
|
| 158 |
background-image: url('https://png.pngtree.com/background/20210711/original/pngtree-music-dream-show-creative-design-background-template-picture-image_1072113.jpg');
|
| 159 |
height: 555px;
|