tham khảo web
tham khảo web
tham khảo web
DOCTYPE html>
<html>
<head>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial;
padding: 10px;
background: #f1f1f1;
}
/* Header/Blog Title */
.header {
padding: 70px;
text-align: left;
background:white;
}
.header h1 {
font-size: 50px ;
/* Fake image */
.fakeimg {
background-color: #aaa;
width: 100%;
padding: 20px;
}
/* Footer */
.footer {
padding: 20px;
text-align: left;
background-color:#70E8EF;
margin-top: 20px;
}
/* Responsive layout - when the screen is less than 800px wide, make
the two columns stack on top of each other instead of next to each
other */
@media screen and (max-width: 800px) {
.leftcolumn, .rightcolumn {
width: 100%;
padding: 0;
}
}
/* Responsive layout - when the screen is less than 400px wide, make
the navigation links stack on top of each other instead of next to
each other */
@media screen and (max-width: 400px) {
.topnav a {
float: none;
width: 100%;
}
}.socials-share {
text-align: center;
margin-bottom: 30px;
}
.socials-share a {
padding: 4px 30px;
color: #fff;
line-height: 2em;
text-decoration: none;
border-radius: 2px;
white-space: nowrap;
display: inline-block;
margin-bottom: 4px;
}
.socials-share span.fa {
margin-right: 3px;
}
.bg-facebook {
background: #3a5899;
}
.bg-facebook:hover, .bg-facebook:focus {
background: #1d418d;
}
.bg-twitter {
background: #00acee;
}
.bg-twitter:hover, .bg-twitter:focus {
background: #0b93c7;
}
.bg-instagram {
background: #db4437;
}
.bg-instagram:hover, .bg-instagram:focus {
background: #bb2a1d;
}
.bg-pinterest {
background: #cb1e26;
}
.bg-pinterest:hover, .bg-pinterest:focus {
background: #ae0e15;
}
.bg-email {
background: #dd5348;
}
.bg-email:hover, .bg-email:focus {
background: #ce3f34;
}
</style>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-
awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>DU LỊCH TRONG NƯỚC</h2>
<h5>Lên rừng xuống biển - Trọn vẹn Việt Nam</h5>
<img src=" https://thesinhtouristhanoi.vn/wp-
content/uploads/2020/05/pq01-tour-du-lich-phu-quoc-Newstartour-25.jpg"
width="350" height="250">
<img src=" https://www.halongwave.vn/images/Hinh_Anh/tpthao/avatar-Ha-
Long-Bay-chuan.jpg" width="350" height="250">
<img src="http://laodaidanang.com/uploads/images/11.jpg"
width="350" height="250">
<img src="
https://cdn.nhatrangbooking.com.vn/uploads/2020/03/03252020082945892-
xenhatrangdalat1.jpg" width="350" height="250">
<p>Some text..</p>
<p>Sunt in culpa qui officia deserunt mollit anim id est laborum
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
exercitation ullamco.</p>
</div>
<div class="card">
<h2> DU LỊCH QUỐC TẾ </h2>
<img src="https://khamphachauau.net/wp-
content/uploads/2020/02/thap-eiffel-paris-phap-1.jpg " width="350"
height="250">
<img
src="http://www.baoxaydung.com.vn/stores/news_dataimages/nga/042018/03
/21/210807baoxaydung_image001.jpg " width="350" height="250">
<img
src="https://baoquocte.vn/stores/news_dataimages/dangtuan/042019/04/10
/in_article/tham-kyoto-mua-hoa-anh-dao-no_1.jpg" width="350"
height="250">
<img src="https://letravel.vn/temp/-uploaded-tour-tour-
maldives_dulichmadives5ngay4dem_thumb_1200x1200.jpg " width="350"
height="250">
<img src="https://luhanhvietnam.com.vn/du-
lich/vnt_upload/news/04_2020/du-lich-butan-thang-4_4.jpg " width="350"
height="250">
<p>Some text..</p>
</div>
</div>
<div class="rightcolumn">
<div class="card">
<img src="
https://img.nhandan.com.vn/Files/Images/2020/07/15/maldives1-
1594808515084.jpg" width="300" height="500">
<p >Mang lại cảm xúc thăng hoa cho du khách trong mỗi hành
trình. Đi đu đưa đi trở thành bạn đồng hành cùng du khách trong mọi
hành trình du lịch </p>
</div>
</div>
</div>
<div class="footer">
<P> <B>DIDUDUADI.COM - DỊCH VỤ DU LỊCH HÀNG ĐẦU VIỆT NAM 2021</B></P>
<P> <b> Địa chỉ:</b> Số 79 Đường nưóc Phần Lan, Tứ Liên, Tây Hồ, Hà
Nội </P>
<p> <b> Điện thoại: </b> 0313587654 </p>
<p> <b>Email: </b> [email protected] </p>
</div>
<div class="socials-share">
<a class="bg-facebook" href="" target="_blank"><span class="fa fa-
facebook"></span> Share</a>
<a class="bg-twitter" href="" target="_blank"><span class="fa fa-
twitter"></span> Tweet</a>
<a class="bg-instagram" href="" target="_blank"><span class="fa
fa-instagram"></span> Ins</a>
<a class="bg-pinterest" href="" target="_blank"><span class="fa
fa-pinterest"></span> Pin</a>
<a class="bg-email" href="" target="_blank"><span class="fa fa-
envelope"></span> Gmail</a>
</div>
</body>
</html>