-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (52 loc) · 847 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
50
51
52
53
54
55
56
57
body {
padding: 0;
margin: 0;
border: 2px solid black;
margin:auto;
width: 70%;
height: 70%;
}
.wrapper {
width: 100%;
height: 100%;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}
header {
text-align: center;
padding-top: 20px;
font-size: 20px;
}
h4 {
text-align: center;
}
section {
text-align: center;
font-size: 30px;
text-decoration: underline;
}
p {
text-align: center;
line-height: 1.5em;
}
.bio-data, section {
text-align: center;
line-height: 1.5em;
padding-bottom: 0;
padding-left: 30px;
}
#Educataion {
text-align: left;
font-size: 40px;
}
ul {
font-size: 40px;
text-align: center;
padding-bottom: 0;
text-decoration: underline;
}
ul, li {
text-align: center;
padding-bottom: 20px;
}