-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv_la.css
More file actions
128 lines (111 loc) · 1.77 KB
/
cv_la.css
File metadata and controls
128 lines (111 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
text {
font-size: 20px;
dy: 0.5em;
fill: black;
text-anchor: middle;
inline-size: 100px;
}
html {
max-width: 1000px;
background-color: #000;
margin: auto;
}
body {
height: 1890px;
font-family: sans-serif;
font-size: 15px;
margin:0;
padding:0;
max-width: 1000px;
background-color: #FFF;
}
#flex-container {
display: flex;
flex-direction: row;
height: fit-content;
block-size: fit-content;
}
#left-panel {
height:1830px;
width: 33%;
display: flex;
flex-direction: column;
overflow: auto;
place-items: left;
background-color: #2e2478;
color: white;
line-height: 20px;
padding: 30px;
}
#right-panel {
width: 67%;
display: flex;
flex-direction: column;
place-items: center-start;
background-color: white;
color: #2e2478;
line-height: 20px;
height: 20px;
padding: 30px;
}
a{
color: #FFF;
display: block;
}
time {
font-weight: lighter;
font-style: italic;
}
hr {
width: 95%;
display: block;
height: 6px;
border: 0;
border-top: 1px solid #ccc;
padding: 0;
margin: 2px;
}
#left-panel > hr {
color: white;
}
#right-panel > hr {
color: #2e2478;
}
#left-panel p {
font-size:18px;
}
#left-panel h1 {
text-align: left;
font-weight: bold;
color: white;
font-size: 20px;
margin-bottom: 2px;
margin-top: 2px;
}
#right-panel h2 {
margin-bottom: 2px;
margin-top: 2px;
}
#right-panel h3 {
display: none;
}
#right-panel h3.job1 {
display: block;
}
#right-panel div#achievements hr {
display: none;
}
#right-panel div#achievements hr.job-1 {
display: block;
}
img#pict {
margin: auto;
height:240px;
margin-top: 5px;
margin-bottom: 40px;
}
div#hobby div,
div#personal-project div,
div#achievements div{
display:none;
}