-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
96 lines (82 loc) · 1.22 KB
/
Style.css
File metadata and controls
96 lines (82 loc) · 1.22 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
body {
margin: 0;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: Black;
position: fixed;
top: 0;
width: 100%;
}
li {
float: right;
}
li a {
background-color: Black;
display: block;
color: WhiteSmoke;
text-align: center;
padding: 15px;
text-decoration: none;
}
li a:hover {
background-color: LightSteelBlue;
}
.about {
background-color: Gray;
background-size: 600px;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 20px;
}
.about p {
position: relative;
padding-right: 150px;
padding-left: 400px;
font-family: serif;
font-size: 22px;
color: WhiteSmoke;
}
.about img {
float: left;
margin-top: 30px;
margin-left: 30px;
height: 200px;
width: 300px;
border-radius: 50%;
}
.main {
color: WhiteSmoke;
font-family: serif;
font-size: 20px;
background-color: Gray;
background-size: 500px;
padding: 80px;
}
.skills {
}
.Goals {
}
.projects a {
background-color: Gray;
color: WhiteSmoke;
display: block;
text-align: center;
text-decoration: none;
}
.contact {
background-color: LightSteelBlue;
padding: 80px;
margin: 0px;
}
.contact p {
text-align: right;
font-family: monospace;
font-size: 20px;
}
.contact img {
background-position: 50% 20%;
}