-
-
Notifications
You must be signed in to change notification settings - Fork 372
Expand file tree
/
Copy pathstyle.css
More file actions
27 lines (27 loc) · 597 Bytes
/
style.css
File metadata and controls
27 lines (27 loc) · 597 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
footer1{
display: flex;
align-items: center;
justify-self: center;
background-color: aqua;
}
#face:hover{
background-color: rgb(48 115 183);
}
#twitter:hover{
background-color: rgb(95 145 195);
}
#google:hover{
background:linear-gradient(to right, blue 10%, red 50%, yellow 80% , green 100%) !important;
}
#insta:hover {
background: linear-gradient(to bottom right, #ff3399 19%, #ff9933 90%);
}
#link:hover{
background-color: rgb(57 111 165);
}
.nav-link:hover{
color: navy !important;
}
.nav-item:hover {
color: navy !important;
}