By GokiSoft.com| 20:37 29/08/2022|
Học HTML5 - CSS3

[Source Code] Bài tập - kiểm tra 60 phút - thiết kế blog tin tin học - Lập trình HTML/CSS/JS - C2206L

Bài tập - kiểm tra 60 phút - thiết kế blog tin tin học - Lập trình HTML/CSS/JS


#style.css


body {
	margin: 0px;
}

.header .banner img{
	max-height: 180px;
	width: 100%;
	object-fit: cover;
}

.nav {
	background-color: #216ed1;
	position: absolute;
	width: 100%;
}

.nav .menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: flex;
	float: left;
}

.nav .menu li {
	color: white;
	font-size: 18px;
	padding: 8px 15px;
	padding-top: 13px;
	cursor: pointer;
	border-right: solid 2px white;
}

.nav .menu li:hover {
	background-color: orange;
}

/* search */
.search {
	display: flex;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 30%;
	float: right;
}

.search input {
	width: 260px;
	border: none;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-left: 20px;
}

.search img {
	max-height: 40px;
	background-color: white;
	padding-right: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main {
	display: flex;
	margin-top: 60px;
}

.main .content {
	width: 75%;
	padding-right: 10px;
}

.main .sidebar {
	width: 25%;
}

.main img {
	max-width: 100%;
}

.pl {
	padding-left: 15%;
}

.pr {
	padding-right: 15%;
}


#search.png


https://gokisoft.com/uploads/stores/49/2022/08/search.png


#index.html


<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Blog Tin Hoc</title>
	<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container">
	<div class="header">
		<div class="banner">
			<img src="https://www.novacollege.edu.vn/storage/upload/media/nganh-dao-tao/tin-hoc-ung-dung-1-100-compress.jpg">
		</div>
		<div class="nav pl">
			<ul class="menu">
				<li>Home</li>
				<li>Tin Hoc</li>
				<li>Bieu Mau</li>
				<li>Khoa Hoc</li>
				<li>Tuyen Dung</li>
				<li>Lien He</li>
			</ul>

			<div class="search">
				<input type="text" name="s" placeholder="Enter seach ..." autocomplete="off">
				<img src="search.png">
			</div>
		</div>
	</div>
	<div class="main">
		<div class="content pl">
			<img src="https://ziczacvn.com/uploads/stores/2/2022/08/thiet-ke-web-tron-goi-gia-36-trieu.jpg">
		</div>
		<div class="sidebar pr">
			<img src="https://gokisoft.com/uploads/stores/49/2021/10/coding-c-program.jpg">
		</div>
	</div>
</div>
</body>
</html>


Tags:



Phản hồi từ học viên

5

(Dựa trên đánh giá ngày hôm nay)

Đăng nhập để làm bài kiểm tra

Chưa có kết quả nào trước đó