-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0is D.css
39 lines (39 loc) · 888 Bytes
/
0is D.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
@font-face{
font-family: 'Product Sans';
src: url("../about/Product Sans Regular.ttf") format('truetype');
}
body{
background-color: black;
color: honeydew;
margin: auto;
}
img{
display: block;
margin: auto;
height: 75vh;
transition: all ease-in-out 400ms;
}
nav{
background-image: linear-gradient(rgb(0, 0, 0),rgb(59, 59, 59),rgb(0, 0, 0));
background-size: contain;
height:auto;
text-align: center;
margin: auto;
border-radius: 1vw;
padding-top: 4vh;
padding-bottom: 1vh;
}
.a{
color: rgb(199, 199, 199);
text-shadow: rgba(255, 255, 255, 0.75) 0 0 10px;
text-decoration: none;
margin: 1%;
font-family: 'Product Sans';
font-size: 1.75vw;
vertical-align:100%;
transition: 0.8s;
transition-duration: infinite;
}
.a:hover{
font-size: 1.6vw;
}