-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (52 loc) · 875 Bytes
/
style.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
51
52
53
54
55
56
57
58
59
60
61
62
header{
color: white;
background-color: black;
font-size: 30px;
font-family: cursive;
height: 200px;
}
#image{
position: absolute;
right: 26px;
top: 34px;
left: 1200px;
}
h3{
color: darkblue;
font-family: cursive;
height: 40px;
}
#contact{
color: white;
font-size: 15px;
font-family: 'Times New Roman', Times, serif;
position: absolute;
right: 26px;
top: 100px;
left: 20px;
}
h6{
color: white;
font-size: 15px;
font-family: 'Times New Roman', Times, serif;
position: absolute;
right: 26px;
top: 100px;
left: 20px;
}
body{
background-color: darkgoldenrod;
}
a{
text-decoration: none;
}
.edu li{
transition: 1s;
}
.skills li{
transition: 1s;
}
li:hover{
/* background-color: cornflowerblue; */
transform: translateX(20px);
}