-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathportfolio.css
More file actions
145 lines (135 loc) · 2.45 KB
/
portfolio.css
File metadata and controls
145 lines (135 loc) · 2.45 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
@import url('https://fonts.googleapis.com/css?family=Barlow|Dancing+Script|Indie+Flower|Mali|Satisfy');
.container{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%, -50%);
color: blanchedalmond;
}
#Projects{
margin:20px auto;
margin-left:40px;
text-align: center;
}
.a{
font-family:Dancing Script;
}
a i {
margin-right: 40px !important;
color: rgb(57, 57, 148) !important;
}
#myBtn {
display: none;
position: fixed;
bottom: 20px;
right: 30px;
z-index: 99;
border: none;
outline: none;
background-color: red;
color: white;
cursor: pointer;
padding: 15px;
border-radius: 10px;
font-size: 18px;
}
#myBtn:hover {
background-color:blue;
}
#Education li{
font-size: 30px;
color:lightsalmon;
}
.rgb{
margin-right:40px;
}
.todo{
margin-right:50px;
}
.intro>hr{
width:50%;
}
.nav-wrapper{
background-color:rgba(3, 27, 46, 0.91);
}
#Education{
text-align: center;
font-size: 20%;
color:olivedrab;
margin:20px auto;
width:800px;
transition: all .5s linear;
border:solid 2px lightskyblue;
}
#Education:hover{
border:solid 15px darkslategray;
}
img{
height:200px;
width:200px;
border-radius:150px;
float: left;
margin-right:20px;
margin-top:20px;
margin-bottom:20px;
}
.logo {
margin-left:700px;
}
footer h1{
color:lightgrey;
text-align: center;
}
.icon{
color: darkolivegreen;
}
#Education p{
font-size: 25px;
color:linen;
}
a img{
width:70px;
height:70px;
border-radius: 45px;
margin-right:30px;
}
.a{
color:whitesmoke;
font-size: 35px;
}
h2{
font-family:Mali;
transition:all 1s linear;
}
h2:hover{
text-decoration-line: underline;
}
#about{
margin-left:200px;
margin-right:200px;
}
#tech li{
color:wheat;
transition:all .5s linear;
}
#tech li:hover{
color: darkgoldenrod;
font-size: 45px;
}
#tech{
margin-top:100px;
margin-bottom: 100px;
text-align: center;
font-size: 40px;
}
hr{
margin-top:60px;
}
footer h1{
font-family: Mali;
color:olivedrab;
transition:all 3s linear;
}
footer h1:hover{
text-decoration-line: underline;
}