-
Notifications
You must be signed in to change notification settings - Fork 10
/
style.css
94 lines (91 loc) · 1.67 KB
/
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
background-color: #f2efeb;
display: flex;
align-items: center;
justify-content: center;
padding-top: 8%;
font-family: Sedan;
}
h2 {
padding-left: 30%;
font-weight: 450;
font-size: 30px;
}
h1 {
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 44px;
letter-spacing: 0.01em;
text-align: center;
flex-wrap: wrap;
}
.heading {
padding-left: 8%;
font-family: Sedan;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 44px;
letter-spacing: 0.01em;
}
hr {
width: 30%;
margin-left: 33%;
border: 1px solid black;
}
p {
padding-top: 6%;
letter-spacing: 0.2px;
text-align: center;
flex-wrap: wrap;
font-size: 18px;
}
.btn {
background-color: #ff9900;
border: none;
color: rgb(10, 10, 10);
padding: 15px 60px;
text-align: center;
margin-top: 50px;
margin-left: 65px;
display: flex;
display: grid;
text-decoration: none;
display: inline-block;
font-size: 18px;
letter-spacing: 1px;
}
.btn:hover {
background-color: white;
border: 2px solid rgb(251, 14, 14);
}
.myres {
font-family: Sedan;
font-weight: 400;
line-height: 66px;
letter-spacing: 0.01em;
text-align: center;
position: absolute;
top: 20%;
left: 40%;
}
.button {
background-color: #ff9900;
border: none;
color: rgb(10, 10, 10);
padding: 15px 60px;
text-align: center;
display: flex;
display: grid;
text-decoration: none;
position: absolute;
bottom: 200px;
left: 500px;
font-size: 18px;
letter-spacing: 1px;
}
.button:hover {
background-color: white;
border: 2px solid rgb(251, 14, 14);
}