-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle1.css
92 lines (82 loc) · 1.28 KB
/
style1.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
html{
scroll-behavior: smooth;
}
h5,
h6 {
font-family: "Lato", sans-serif;
}
.w3-bar,
h1,
button {
font-family: "Montserrat", sans-serif;
}
.fa-anchor,
.fa-coffee {
font-size: 200px;
}
.home {
background-color: white;
width: 100%;
height: 100%;
}
.home22 {
align: center;
}
#pre {
margin-left: -50px;
}
.topnav {
overflow: hidden;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
.active {
background-color: black;
color: black;
}
.navbar {
overflow: hidden;
background-color: #e91e63;
position: fixed;
top: 0;
width: 100%;
}
.topnav .icon {
display: none;
background-color: #e91e63;
}
@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
background-color: #e91e63;
float: right;
display: block;
}
}
@media screen and (max-width: 600px) {
.topnav.responsive {position: relative;}
.topnav.responsive .icon {
position: absolute;
background-color: #e91e63;
right: 0;
top: 0;
}
.topnav.responsive a {
float: none;
background-color: #e91e63;
color: black;
display: block;
text-align: left;
}
}