-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (64 loc) · 962 Bytes
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
* {
font-family: 'Montserrat', sans-serif;
}
.content {
display: flex;
justify-content: center;
align-items: center;
margin: auto 30px;
}
canvas {
background: white;
width: 90%;
max-width: 800px;
}
.view1 {
background-color: #30D5C7;
}
.view3 {
background-color: #1C7B73;
}
a {
text-decoration: none;
font-size: 13px;
color: #000;
}
.menu {
position: fixed;
margin-top: 10px;
left: 10px;
width: 60%;
font-family: Arial;
font-size: 20px;
z-index: 10;
}
#fp-nav{
transform: scale(2);
}
.comingSoon {
background: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
color: white;
}
/* @media screen and (min-width: 1200px ) {
canvas {
width: 800px;
}
}
@media screen and (min-width: 768px ) {
canvas {
width: 600px;
}
}
@media screen and (max-width: 520px ) {
canvas {
width: 350px;
}
} */