html
複製程式碼
我的網站
專案
GOOLE成效保證專案
初階 24900
高階 49800
歧見 74700
這裡可以展示一些我的專案。
CSS (styles.css)
css
複製程式碼
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #4CAF50;
color: white;
padding: 10px 0;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav ul li a {
color: white;
text-decoration: none;
}
section {
padding: 20px;
}
footer {
text-align: center;
padding: 10px 0;
background-color: #f1f1f1;
}