mirror of
https://github.com/ced4568/ceds-noc.git
synced 2026-08-13 05:14:03 +00:00
21 lines
262 B
CSS
21 lines
262 B
CSS
body {
|
|
font-family: Arial;
|
|
background: #0d1117;
|
|
color: white;
|
|
padding: 20px;
|
|
}
|
|
|
|
header {
|
|
text-align: center;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
.card {
|
|
background: #161b22;
|
|
padding: 20px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
a {
|
|
color: #58a6ff;
|
|
} |