Skip to content

Commit 21ca0bd

Browse files
authored
Update index.css
1 parent 25e2440 commit 21ca0bd

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

index.css

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
:root{
22
--grey1: hsl(0, 0%, 15%, 0.5);
3-
--bg: #9850f8;
3+
--bg: #9850f8 /*hsl(187.1, 83.78%, 78.24%)*/;
44
--li: hsl(266 92% 84% / 1);
55
}
66

77
@font-face {
8-
font-family: Neusharp;
9-
src: url(media/Gilbert%20Bold-Preview_1004.otf);
8+
font-family: cap;
9+
src: url(./media/RingLink-Medium.otf);
1010
}
11+
/*@font-face {
12+
font-family: Neusharp;
13+
src: url(C:/Users/User/Desktop/master/_html/media/RingLink-Medium.otf);
14+
}*/
1115

1216
body{
1317
margin: 0px;
14-
font-family: Neusharp, Bahnschrift, Arial, sans-serif;
18+
font-family: Bahnschrift, Arial, sans-serif;
1519
color: white;
1620
background-color: var(--bg);
1721
}
@@ -25,18 +29,19 @@ a:hover{
2529

2630
.t{
2731
background-color: hsl(0, 0%, 20%, 1); border-radius: 11px 11px 0 0;
28-
margin: 30px; padding: 40px 40px; text-align: center; font-size: 2.5em;
32+
margin: 30px; padding: 20px 40px; text-align: center; font-size: 4em;
2933
transition: all 0.5s ease;
34+
font-family: cap;
3035
}
3136
.t:hover{
3237
background-color: hsl(0, 0%, 20%, 1);
33-
padding: 44px 30px;
38+
padding: 24px 30px;
3439
}
3540

3641
.ut{
3742
margin: 0px 30px; padding: 20px; border-radius: 0px;
3843
background: linear-gradient(90deg, hsl(0, 0%, 20%) 23%, #3330 54%, #3330);
39-
transition: all 0.5s ease;
44+
transition: all 0.5s ease; font-family: cap; font-weight: normal;
4045
}
4146

4247
.ut:hover{
@@ -89,9 +94,6 @@ img{
8994
.smo{
9095
font-size: 10px;
9196
}
92-
function playSound() {
93-
document.getElementById("jev").play();
94-
}
9597

9698

9799

0 commit comments

Comments
 (0)