-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (43 loc) · 880 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
min-height: 100vh;
align-items: center;
justify-content: center;
background: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
background-repeat: no-repeat;
}
h1{
align-items: center;
text-align: center;
color: white;
text-shadow: black 2px 2px;
font-family: 'Inter', sans-serif;
font-size: 48px;
}
p{
align-items: center;
text-align: center;
}
div{
align-items: center;
text-align: center;
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 20px;
color: white;
border-radius: 4px;
}
button{
tab-size: 50px;
color: rgb(58, 122, 241);
border-radius: 1px;
}
h4{
text-align: center;
color: rgb(255, 217, 0) ;
font-size: large 45px;
}