-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.css
50 lines (39 loc) · 871 Bytes
/
cv.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
body {
margin : 20px ;
border: 20px solid rgb(55, 211, 94) ;
padding : 20px ;
background-color: rgb(217, 244, 96);
border-radius: 20px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.Personal {
border: 2px solid black;
padding: 20px ;
border-radius: 12px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
margin : 20px ;
}
.Education {
border: 2px solid black;
padding : 20px ;
border-radius: 12px;
margin : 20px ;
}
.Skills{
border: 2px solid black;
padding: 20px ;
border-radius: 12px;
/* text-emphasis-style: */
margin: 20px ;
}
img {
height : 200px ;
width : 200px ;
border : 2px solid green ;
border-radius: 20px ;
}
#myphoto {
position : absolute ;
top : 170px ;
right : 150px ;
}