懒人之家是一个集成了多个实用工具和小应用的网站,旨在为广大用户提供更加便捷的生活方式。该网站的源码如下:
HTML部分:
翻译结果:
xxxxxx
计算结果:
xxxxxx
您的笔记:
xxxxxx
今日天气:
xxxxxx
© 2021-2022 懒人之家
CSS部分:
body {
font-family: Arial, sans-serif;
}
header {
background-color: #004F99;
color: white;
padding: 10px;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
}
nav li {
display: inline-block;
margin-right: 20px;
}
nav a {
color: white;
text-decoration: none;
font-weight: bold;
}
nav a:hover {
color: #80D4FF;
}
section {
margin: 20px;
}
h2 {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
form input[type="text"], form textarea {
width: 100%;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 10px;
}
form button {
padding: 10px 20px;
background-color: #004F99;
border: none;
color: white;
border-radius: 5px;
cursor: pointer;
}
form button:hover {
background-color: #80D4FF;
}
.result {
border-top: 1px solid #ccc;
padding-top: 10px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px;
}