-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
72 lines (66 loc) · 1.18 KB
/
index.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
.body{
font-family: 'Roboto', sans-serif;
}
h1{
font-size: 48px;
background-color: #326155;
text-align: center;
align-items: center;
height: 319px;
width: 1280px;
margin: auto;
color: white;
padding-top: 40px;
font-family: 'Roboto', sans-serif;
}
.section{
background-color: #D7F2EC;
padding: 50px 50px 50px 50px;
height: 604px;
width: 583px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
h2{
font-weight: bold;
font-size: 36px;
color: #326155;
font-family: 'Roboto', sans-serif;
}
p{
font-size: 16px;
width: 500px;
}
a{
text-align: center;
font-weight: bold;
font-size: 24px;
line-height: 28px;
padding: 10px 30px;
background-color: #326155;
color: #FFFFFF;
text-decoration: none;
display: block;
font-family: 'Roboto', sans-serif;
text-align: center;
}
.dp{
background-color: ;#32615
width: 128px;
height: 128px;
display: block;
margin: auto;
border-radius: 100px;
}
.img2{
width: 100%;
}
h3{
color: #FFFFFF;
text-align: center;
background-color: #326155;
width: 1280px;
padding: 18px 18px;
margin: 0 auto;
font-family: 'Roboto', sans-serif;
font-size: 16px;