-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (38 loc) · 709 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (38 loc) · 709 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
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
#cv-form {
background-color: rgb(142, 216, 108);
/* display: none; */
}
#cv-template {
display: none;
}
.myimg {
border-radius: 50%;
width: 200px;
height: 200px;
}
.background {
background-color: rgb(248, 253, 207);
}
.left-template {
background-color: rgb(108, 141, 249);
color: white;
}
h3 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
a {
color: white;
text-decoration: none;
}
h1 .nameT {
text-transform: capitalize;
}
.card-header {
color: rgb(61, 61, 61);
padding: 6px !important;
}