- 已解決
fdsfsdfsd
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mozilla Support - Ask Your Question&… (閱讀更多)
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Mozilla Support - Ask Your Question</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f9f9f9; } header { display: flex; justify-content: space-between; align-items: center; background-color: white; padding: 15px 20px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .logo { font-size: 22px; font-weight: bold; } .logo span { color: #444; } nav a { margin: 0 15px; text-decoration: none; color: black; font-weight: bold; } .search-bar { display: flex; align-items: center; } .search-bar input { padding: 5px; border: 1px solid #ccc; border-radius: 5px; } .user { margin-left: 10px; font-weight: bold; } main { display: flex; justify-content: space-between; padding: 20px; } .ask-question { width: 65%; background: white; padding: 20px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .ask-question h1 { font-size: 24px; } .description-box { background: #eee; padding: 10px; border-left: 5px solid #444; margin: 10px 0; } form { display: flex; flex-direction: column; } label { font-weight: bold; margin: 10px 0 5px; } input, select, textarea { padding: 8px; border: 1px solid #ccc; border-radius: 5px; width: 100%; } textarea { height: 100px; resize: vertical; } button { margin-top: 10px; background-color: #007bff; color: white; padding: 10px; border: none; border-radius: 5px; cursor: pointer; } aside { width: 30%; } .community-box { background: white; padding: 15px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .community-box h2 { font-size: 20px; } .community-box a { display: inline-block; margin-top: 10px; color: #007bff; text-decoration: none; font-weight: bold; } </style>
<header>