-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
50 lines (47 loc) · 1.33 KB
/
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
body{
background-image: linear-gradient(135deg,#485563,#29323c );
}
.container1{
background-image: linear-gradient(135deg,#00d2ff,#3a7bd5);
width: 100%;
padding: 2rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.row2{
font-size: 2rem;
display: flex;
}
img{
border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
@media only screen and (max-width: 500px){
.container1{
margin-top: 2rem;
padding-left: 5rem;
display: flex;
flex-direction: column;
}
}
.fa-instagram,.fa-linkedin,.fa-twitter{
margin-right: 2rem;
text-decoration: none;
background: -webkit-linear-gradient(#c21500,#ffc500);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fa-instagram:hover,.fa-linkedin:hover,.fa-twitter:hover{
transform: translateY(-20%);
transition: 1.2s;
background: -webkit-linear-gradient(#dc2424,#4a569d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.fa-address-card{
background: -webkit-linear-gradient(#c21500,#ffc500);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}