-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (63 loc) · 1 KB
/
style.css
File metadata and controls
64 lines (63 loc) · 1 KB
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
57
58
59
60
61
62
63
body {
background-color: #211212;
font-family: 'Inter', sans-serif;
color: white;
text-align: center;
padding: 20px;
}
.container {
width: 300px;
margin: 0 auto;
}
.logo {
width: 170px;
height: 60px;
margin: 20px auto;
}
.tagline {
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.description {
font-size: 13px;
margin-bottom: 20px;
}
.button {
background-color: #E51A1A;
color: white;
border: none;
border-radius: 8px;
padding: 10px 20px;
cursor: pointer;
font-family: 'Inter', sans-serif;
font-weight: bold;
transition: transform 0.3s ease;
}
.button:hover {
transform: scale(1.1);
}
.result{
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
text-align: left;
padding-bottom: 20 px;
}
.h3{
text-align: left;
padding-top: 20 px;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.desc{
text-align: left;
font-size: 14px;
margin-bottom: 10px;
}
.result2{
font-size: 14px;
margin-bottom: 20px;
font-weight: bold;
}