-
Notifications
You must be signed in to change notification settings - Fork 0
/
css1
77 lines (77 loc) · 1.07 KB
/
css1
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
body{
max-width: 100%;
font-family: Arial Helvetica;
font-size: 14px;
}
.navbar {
margin-bottom: 0;
border-radius: 0;
height: 73px;
}
.first{
height: 8px;
background-color: #0094c8;
}
.carousel-inner img {
width: 100%;
margin: auto;
min-height:376px;
}
#article1{
height: 428px;
background-color: #e1f2f9;
margin-top: 0px;
}
#article1 h2{
margin-top: 0px;
}
.article1_sanpham{
margin-top: 30px;
}
#article2{
height: 394px;
background: #c1e4f3;
}
.article2_dichvu{
margin-top: 30px;
}
#article2 .row{
margin-top: 30px;
}
.dichvu{
text-align: center;
}
#article2 h2{
margin-top: 0px;
}
#article3 {
height: 600px;
margin-top: 5px;
}
.text{
display: inline-block;
}
.tintuc{
margin-top: 10px;
}
.tintuc2{
float: left;
overflow: auto;
margin-top: 10px;
}
.tintuc2 ul li img{
width: 100%;
height: 100%;
}
.videonews video{
width:100% ;
height:100%;
}
#footer1{
background-color: #e1f2f9;
height: 294px;
}
#footer2{
background-color: #0094c3;
height: 44px;
}