-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.css
65 lines (60 loc) · 1.52 KB
/
contact.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
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:[email protected]&family=Playwrite+CA:[email protected]&family=Rubik+Bubbles&display=swap');
h1 {
font-family: "Rubik Bubbles", system-ui;
text-transform: uppercase;
font-size: 20.15px;
text-align: left;
height: 100vh;
display: flex;
align-items: left;
position: absolute;
justify-content: left;
opacity: 0.3;
color: #dbc5cf;
}
body {
background: linear-gradient(to right, #430000, #b38e62);
}
nav {
position: fixed;
top: 600px;
}
.menu a {
margin: 0 75px;
color: #ead4d0;
font-size: 23px;
font-weight: bold;
font-family: "Sintony", sans-serif;
transition: 0.4s;
padding-left: 125px;
position: relative;
top: 3px;
text-decoration: overline;
}
.socials {
color: #c18d82;
text-decoration: none;
padding-left: 175px;
}
.socials,
.socials ul {
margin: 0px;
}
.socials:hover {
color: #c18d82;
text-shadow: 10px 10px 100px #fff, 10px -10px 100px #fff,
-10px 10px 100px #fff, -10px -10px 100px #fff;
-webkit-text-shadow: 10px 10px 100px #fff, 10px -10px 100px #fff,
-10px 10px 100px #fff, -10px -10px 100px #fff;
-moz-text-shadow: 10px 10px 100px #fff, 10px -10px 100px #fff,
-10px 10px 100px #fff, -10px -10px 100px #fff;
-o-text-shadow: 10px 10px 100px #fff, 10px -10px 100px #fff,
-10px 10px 100px #fff, -10px -10px 100px #fff;
transition: all ease 0.5s;
-moz-transition: all ease-in 0.5s;
-webkit-transition: all ease-in 0.5s;
-o-transition: all ease-in 0.5s;
}
.fa-xl {
font-size: 3em !important;
}