-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
118 lines (118 loc) · 2.17 KB
/
resume.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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
.A{
position: absolute;
background-image: radial-gradient( circle 610px at 5.2% 51.6%, rgba(5,8,114,1) 0%, rgba(7,3,53,1) 97.5% );
height:100%;
width: 100%;
}
ul{
overflow: hidden;
list-style: none;
font-size: 2em;
}
li a{
font-family: "Ubuntu", sans-serif;
font-weight: 300;
font-style: normal;
display: block;
text-align: center;
color:white;
text-decoration: none;
padding: 5px 30px;
transition: 0.2s;
}
li a:hover{
background-color: white;
color: rgb(7, 7, 67);
border-radius: 20px;
}
.ff{
width: 200px;
margin-top: 3px;
float: left;
color: rgb(171, 235, 223);
font-family: "Oxygen", sans-serif;
font-weight: 300;
font-style: normal;
}
li{
float:right;
}
.content{
display: flex;
}
#Aa{
height:40px;
margin-left: 90px;
color:white;
font-size:100px;
font-family: "Oxygen", sans-serif;
font-weight: 300;
font-style: normal;
}
#Aaa{
margin-left: 120px;
width:400px;
text-align: center;
color:white;
font-size: 25px;
font-family: "Oxygen", sans-serif;
font-weight: 300;
font-style: normal;
}
#Gg{
font-size: 40px;
}
#Cc{
color: crimson;
font-family: "Ubuntu", sans-serif;
font-weight: 300;
font-style: normal;
font-size:20px ;
margin-top: 100px;
margin-left: 70px;
height: 200px;
background-color: aliceblue;
width:150px;
border-radius: 10px;
text-align: center;
font-weight: 350;
transition: 1s;
}
#Dd{
color: darkgoldenrod;
transition: 1s;
font-family: "Ubuntu", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 30px;
margin-top: 70px;
margin-left: 70px;
height: 250px;
background-color: aliceblue;
width:190px;
border-radius: 10px;
text-align: center;
}
#Ee{
transition: 1s;
color: crimson;
font-size: 25px;
font-family: "Ubuntu", sans-serif;
font-weight: 300;
font-style: normal;
margin-top: 100px;
margin-left: 70px;
height: 200px;
background-color: aliceblue;
width:150px;
border-radius: 10px;
text-align: center;
}
#Cc:hover,#Ee:hover{
height: 210px;
width: 160px;
}
#Dd:hover{
height:260px;
width: 200px;
}