-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
79 lines (76 loc) · 1.29 KB
/
index.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
body {
margin: 0;
}
#navBar{
display:flex;
justify-content:center;
align-items:center;
border:1px solid #C6C6C6;
height: 60px;
font-size:18px;
}
#logo{
display:flex;
align-items:center;
width: 20%;
height: 50px;
margin-left: 20px;
}
#logo img{
width:50%;
height:100%;
margin-left:30px;
}
#center{
width: 60%;
border:1px solid #C6C6C6;
margin: 0 10px;
}
#search {
width:100%;
height:60%;
}
#search input{
width:92%;
height:30px;
border:none;
border-right: 1px solid #C6C6C6;
letter-spacing:1px;
padding-left:10px;
}
#search span{
width:10%;
padding-left: 10px;
}
#end{
width:20%;
display:flex;
justify-content:space-evenly;
align-items:center;
}#videodiv{
margin-top: 50px;
}.mons{
width: 450px;
height: 300px;
margin: 20px;
}
@media screen and (max-width: 620px) {
#end i,#logo i{
display: none;
}#end i:nth-child(5){
display: block;
}
#logo img{
width: 100%;
margin: 0;
}#center{
margin-left: 30px;
}#search input{
width: 70%;
}#navbar{
border-right: none;
}.mons{
width: 310px;
height: 200px;
}
}