-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.css
60 lines (54 loc) · 1.21 KB
/
index2.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
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@media only screen and (max-width: 374px) {
header {
border: solid;
padding: 0% 5%;
}
.bar {
width: 10%;
text-align: center;
position: relative;
top: -55px;
left: 90%;
font-family: 'Pacifico', cursive;
font-size: 25px;
z-index: 1;
}
.box {
display: non;
border: solid;
height: 100%;
width: 100%;
background: ;
}
.hdname {
position: relative;
top: -50%;
left: 25%;
width: 42%;
color: black;
font-family: 'Pacifico', cursive;
font-size: 35px;
z-index: 100;
}
nav {
display: none;
z-index: 102;
position: relative;
top: -40px;
}
nav ul {
border: solid;
list-style-type: none;
font-family: sans-serif;
display: inline-flex;
justify-content: space-between;
width: 140%;
position: relative;
left: 220px;
}
img {
display: none;
}
}