-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (48 loc) · 790 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
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
html,
body {
margin: 0;
padding: 0;
font-family: "Inter";
}
.main {
margin: 0 auto;
margin-top: 20px;
width: 41.5%;
height: 30%;
background: linear-gradient(246.26deg, #614385 0%, #516395 100%);
color: #fff;
text-align: center;
}
.main h1 {
padding-top: 50px;
font-size: 22px;
}
.main h2 {
font-size: 40pt;
margin: 0;
}
input {
background-color: #1723461c;
border: 0px solid;
border-radius: 5px;
width: 80px;
font-size: 50px;
color: #fff;
font-family: "Inter";
}
input:focus {
outline: none;
}
.results {
margin: 0 auto;
width: 41.5%;
height: 46%;
background: #fbf7ee;
text-align: center;
color: #1a1921;
}
.results h3 {
margin: 0;
padding-top: 15px;
}