-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0spots L.css
77 lines (75 loc) · 1.63 KB
/
0spots L.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
66
67
68
69
70
71
72
73
74
75
76
77
@font-face{
font-family: 'Product Sans';
src: url("../about/Product Sans Regular.ttf") format('truetype');
}
nav{
background-image: linear-gradient(rgb(241, 241, 241),rgb(180, 180, 180),rgb(240, 240, 240));
background-size: contain;
height:auto;
text-align: center;
margin: auto;
border-radius: 1vw;
padding: 1%;
margin-bottom: 5vh;
}
body{
background-color: rgb(241, 241, 241);
color:black;
margin: auto;
}
.a:hover{
font-size: 1.6vw;
}
nav img{
width: 5vw;
transition: width ease-in-out 400ms;
}
nav img:hover{
background-color: rgba(0, 0, 0, 0.1);
border-radius: 2vw;
width: 4.75vw;
}
.a{
color: rgb(0, 0, 0);
text-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
text-decoration: none;
margin: 1%;
font-family: 'Product Sans';
font-size: 1.75vw;
vertical-align:100%;
transition:all 0.8s;
transition-duration: infinite;
}
h1,h4{
text-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
text-align: center;
font-family: 'Product Sans';
font-size: 1.65vw;
transition:font-size 0.8s ease-in-out 100ms;
}
h1,h4:hover{
font-size:1.85vw;
}
footer{
font-family: 'Product Sans';
margin-bottom: 2vh;
}
iframe{
margin: auto;
align-self: center;
width: 40vw;
height: 40vh;
}
.showcase{
background-color: rgb(241, 241, 241);
border-radius: 2vw;
width: 40vw;
height: 40vh;
margin: auto;
padding: auto;
box-shadow:0 0 24px rgb(0, 0, 0);
transition: 0.8s all;
margin-top: 2.5vw;
margin-bottom: 2vw;
overflow: hidden;
}