-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle1.css
More file actions
75 lines (58 loc) · 1001 Bytes
/
style1.css
File metadata and controls
75 lines (58 loc) · 1001 Bytes
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
body{
background-color: rgba(250, 221, 182, 0.514);
}
.page-header{
font-size: 20px;
background-color: #000066d1;
padding-top: 10px;
padding-bottom: 10px;
display: grid;
grid-template-columns: 30% 30%;
line-height: 20px;
justify-content: center;
}
.pr h1{
font-size: 50px;
}
.page-main{
margin-left: 10%;
margin-right: 10%;
}
ul{
list-style-type: none;
}
.pers_i {
background-color: #000066d1;
}
.main_i{
background-color: #000066d1;
}
.experience h2{
background-color: #000066d1;
}
.education h2{
background-color: #000066d1;
}
.additional_info h2{
background-color: #000066d1;
}
.sect-1{
font-size: 18px;
display: grid;
grid-template-columns: 50% 50%;
gap: 30px;
margin-top: 20px;
line-height: 30px;
}
.sect-2{
font-size: 18px;
display: grid;
grid-template-columns: 50% 50%;
gap: 30px;
margin-top: 20px;
}
.additional_info{
font-size: 18px;
}
p{
}