时间:2023-07-22 02:06:01 | 来源:网站运营
时间:2023-07-22 02:06:01 来源:网站运营
web开发源代码案例8:<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>web开发源代码案例8</title> <style> .nav { height: 41px; border-top: 3px solid #ff8500; border-bottom: 1px solid #edeef0; line-height: 41px; background-color: #fcfcfc; } .nav a { display: inline-block; color: #4c4c4c; font-size: 12px; text-decoration: none; padding: 0 20px; } .nav a:hover { background-color: #eee; color: #ff8500; } </style></head><body> <div class="nav"> <a href="#">首页</a> <a href="#">导航栏</a> <a href="#">关于我们</a> <a href="#">你是最帅的</a> </div></body></html>
关键词:发源