Black Programming Code
body {
background-color: black;
color: white;
font-family: Arial, sans-serif;
padding: 20px;
}
.code {
background-color: #1e1e1e;
color: #66d9ef;
padding: 10px;
border-radius: 5px;
font-size: 16px;
line-height: 1.5;
overflow-x: auto…
时间:2024年04月16日 | 阅读:966