-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMN1.css
More file actions
111 lines (110 loc) · 1.85 KB
/
Copy pathMN1.css
File metadata and controls
111 lines (110 loc) · 1.85 KB
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
103
104
105
106
107
108
109
110
111
.back{
width: 100%;
height: 55vh;
background-image: url(clouds-4215608.jpg);
background-size: 100% auto;
background-repeat: no-repeat;
}
.map{
text-align: center;
}
.search-box{
position: absolute;
top: 15%;
left: 50%;
transform: translate(-50%, -50%);
background: white;
height: 40px;
border-radius: 40px;
padding: 10px;
}
.search-box > .search-txt{
width: 240px;
padding: 0 6px;
}
.search-box > .search-txt{
background: white;
}
.search-btn{
color: black;
float: right;
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
transition: 0.4s;
}
.search-txt{
border: none;
background: none;
outline: none;
float: left;
padding: 0;
color: black;
font-size: 16px;
transition: 0.4s;
line-height: 40px;
width: 0px;
}
.vungmien{
font-size: 20px;
line-height: 50px;
background-color: white;
margin-bottom: 10px;
margin-left: 12.3%;
margin-right: 12.3%;
}
body{
background-color: aliceblue;
}
.mb{
left: 100px;
}
.mt{
text-align: center;
}
.field{
box-shadow: 0px 0px 1px black;
padding: 10px;
display: inline-block;
font-size: 20px;
text-align: center;
color: black;
}
.vungmien{
text-align: center;
}
.field:hover{
color: red;
}
.box1:hover, .box2:hover, .box3:hover{
color: rgb(70, 70, 244);
}
article{
background-color: white;
color: black;
margin-bottom: 10px;
}
.iframe1{
margin-left: 20%;
margin-right: 20%;
}
.menu{
display: inline-block;
padding: 10px 15px 50px 15px;
color: white;
margin-right: 16px;
background: #00000040;
font-size: 25px;
text-align: center;
width: 150px;
margin-top: 200px;
}
body{
text-align: center;
}
[class*="col-"] {
width: 80%;
}