-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRESUME.CSS
More file actions
68 lines (59 loc) · 1.02 KB
/
RESUME.CSS
File metadata and controls
68 lines (59 loc) · 1.02 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
h1{
text-align: center;
text-size-adjust: 6%;
text-decoration-color: orange;
}
h3{
text-align:center;
text-decoration-color: yellow;
text-transform: uppercase;
text-size-adjust: 4%;
}
p{
text-align: center;
text-size-adjust: 5%;
font-style: italic;
}
a{
width: 2px;
height: 2px;
}
img{
width: 130x;
height: 130px;
border-radius: 80%;
overflow: hidden;
float: left;
margin:10px auto;
background-color: aqua;
list-style-image: initial;
}
body {
font-family: 'Times New Roman', Times, serif, sans-serif;
margin: 0;
padding: 0;
}
header {
text-align: start;
background-color: #3498db;
color: #fff;
padding: 25px;
}
h1 {
margin: 0;
}
section {
text-align: justify center;
margin: 20px;
border: 1px solid #ccc;
padding: 20px;
}
ul {
text-align: center;
list-style: none;
padding: 0;
}
li {
text-align: center;
margin-bottom: 5px;
}