<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<style>
* {
box-sizing: border-box;
}
/* Style the top navigation bar */
.topnav {
overflow: hidden;
background-color: #333;
}
/* Style the topnav links */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
/* Change color on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
.topnav a {
float: none;
width: 100%;
}
}
</style>
</head>
<body>
<h2>Responsive navigation menu</h2>
<p>Resize the browser window to see the effect: When the screen is less than 600px, the navigation menu will be displayed vertically instead of horizontally.</p>
<div class="topnav">
<a href="#">Link</a>
<a href="#">Link</a>
<a href="#">Link</a>
</div>
</body>
</html>
เวอไนน์ไอคอร์ส
ประหยัดเวลากว่า 100 เท่า!
เวอไนน์เว็บไซต์⚡️
สร้างเว็บไซต์ ดูแลเว็บไซต์
Categories
- ai (1)
- cat (1)
- computer internet (285)
- food (2)
- med (23)
- Music Movie (31)
- tool (43)
- ฮวงจุ้ย (9)
- Travel (69)
- Uncategorized (1,439)
- web (628)
- การกำหนด path
- จัดกลาง
- show all
- jquery datatables: adding extra column
- MySQLi Prevent SQL Injection
- mysqli_real_escape_string
- HTML MIME type
- Multiple File Upload Input
- code ซ่อนลิ้ง เม้าส์วางแล้วไม่แสดงสีลิ้ง
- 5 useful url rewriting examples using .htaccess
- CSS : การทำให้ DIV เรียงกันแนวนอน ไม่ขึ้นบรรทัดใหม่
- ดึงข้อมูล Opencart จาก sub folder มาแสดงใน wordpress
- Breadcrumb Navigation
- div ให้อยู่กี่งกลาง
- play sound
- Layout of website
- background url
- PHP Get
- post to wordpress
- How do i fetch data via $_POST from CKEDITOR