-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (94 loc) · 1.77 KB
/
style.css
File metadata and controls
111 lines (94 loc) · 1.77 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
@media screen and (max-width: 596px) {}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
height: 100%;
width: 100%;
background-color: #F4F4F6;
}
.container {
padding: 5%;
width: 80%;
margin-left: 10%;
background-color: #FFFFFF;
margin-top: 30px;
border-radius: 20px;
box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 8%);
}
#img {
margin-top: 50px;
margin-bottom: 20px;
}
.img_center {
display: flex;
justify-content: center;
}
.footer {
display: flex;
justify-content: center;
width: 80%;
margin-left: 10%;
flex-direction: column;
}
.btn {
text-decoration: none;
color: white;
padding: 10px 30px 10px 30px;
background-color: #004DD9;
border-radius: 10px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}
h1 {
font-weight: bold;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
p {
font-family: Arial, Helvetica, sans-serif;
margin-top: 28px;
margin-bottom: 38px;
font-size: 14px;
}
h4 {
font-family: Arial, Helvetica, sans-serif;
margin-top: 50px;
font-size: 14px;
color: #7F828A;
font-weight: 500;
}
#footer_text {
width: 100%;
color: #7F828A;
text-align: center;
}
.row {
width: 100%;
display: flex;
justify-content: center;
margin-top: 20px;
gap: 20px;
}
a {
text-decoration: none;
}
.row_1 {
width: 100%;
display: flex;
justify-content: center;
margin-top: 20px;
}
.line {
margin-right: 1%;
margin-left: 1%;
color: #7F828A;
font-size: 20px;
}
#ahref {
font-size: 12px;
margin-top: 33px;
color: #004DD9;
}