-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (51 loc) · 707 Bytes
/
Copy pathstyle.css
File metadata and controls
67 lines (51 loc) · 707 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
#container{
font-family: "Courier New", Courier, monospace;
padding: 6px;
margin: 0.5px;
border: 2px #FB09E9 dashed;
width: 100%;
background-color: #f3f3f3 ;
margin-bottom: 500px;
}
.username{
background-color:#6D6A69;
color: white;
text-align: center;
}
a{
text-decoration: none;
color: black;
}
a:hover{
color: #FBFB09;
}
ul{
list-style: none;
}
.name{
}
.links li {
float: right;
padding: 5px;
text-align: left;
margin: 2px;
}
.userimg img{
padding: 5px;
border-radius: 35px;
}
.summary{
font-family: "Courier New", Courier, monospace;
}
.skills{
width: 25%;
float: left;
}
.experience{
width: 75%;
float: right;
}
.footer{
text-align: right;
clear: both;
}