font x2
This commit is contained in:
parent
31c6bc4ab3
commit
0086c90ee5
2 changed files with 8 additions and 3 deletions
11
index.html
11
index.html
|
@ -37,6 +37,12 @@
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: heartFont;
|
||||||
|
src: url("rainyhearts.ttf");
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes rainbow_anim {
|
@keyframes rainbow_anim {
|
||||||
|
|
||||||
0%,
|
0%,
|
||||||
|
@ -75,7 +81,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-box {
|
#main-box {
|
||||||
height: 60%;
|
|
||||||
display: inline-grid;
|
display: inline-grid;
|
||||||
grid-template-columns: 50vw 20vw;
|
grid-template-columns: 50vw 20vw;
|
||||||
grid-auto-flow: row;
|
grid-auto-flow: row;
|
||||||
|
@ -84,7 +89,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#main-flex {
|
#main-flex {
|
||||||
padding: 40px;
|
padding: 30px;
|
||||||
border: 3px solid white;
|
border: 3px solid white;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
box-shadow: 0px 0px 20px white;
|
box-shadow: 0px 0px 20px white;
|
||||||
|
@ -99,7 +104,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "rainyhearts";
|
font-family: heartFont;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 23px;
|
font-size: 23px;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|
BIN
rainyhearts.ttf
Normal file
BIN
rainyhearts.ttf
Normal file
Binary file not shown.
Loading…
Reference in a new issue