-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMedia3.css
102 lines (101 loc) · 1.81 KB
/
Media3.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
93
94
95
96
97
98
99
100
101
102
@media screen and (max-width: 600px) {
#name {
font-size: 3vh;
}
.ava {
display: flex;
margin-top: 15vh;
}
.navbar {
display: flex;
position: absolute;
top: 2vh;
font-size: 5vw;
}
#main {
width: 100vw;
}
.img1 {
width: 50vw;
height: 20vh;
}
.img2 {
margin: 2vh;
}
.review {
margin-top: 2vh;
font-size: 5vh;
}
.ava1 {
margin: 3vh 1vh 2vh;
}
.review2 {
font-size: 4vh;
margin: 2vh;
}
.review3 {
font-size: 3vh;
margin: 2vh;
}
.yt {
font-size: 2.8vh;
margin: 5vh 0vh;
}
footer {
display: flex;
flex-wrap: wrap;
align-content: space-around;
column-gap: 5vw;
justify-content: space-around;
font-size: 2vh;
width: 100vw;
padding: 0px;
margin: 0px;
height: 8vh;
}
.navbarIcon {
width: 60px;
height: 60px;
}
.img {
display: flex;
justify-content: start;
flex-wrap: nowrap;
overflow-x: scroll;
}
#main2 {
display: block;
width: 100vw;
margin-top: 12vh;
height: 90vh;
}
}
@media screen and (max-height: 400px) {
.main {
display: none;
}
footer {
display: none;
}
.container {
display: none;
}
.review1 {
display: none;
}
.rotate {
display: block;
background-color: rgb(0, 0, 0);
height: 100vh;
font-size: 20vh;
display: flex;
align-items: center;
justify-content: center;
color: aliceblue;
flex-direction: column;
}
.rotimg {
height: 100vh;
width: 100vw;
}
}