Add scoring jokes and algorithm section

This commit is contained in:
Dan
2025-12-11 13:20:01 +03:00
parent ceb2fb079f
commit 81653b058a
2 changed files with 47 additions and 0 deletions

View File

@@ -292,6 +292,25 @@ main {
font-size: 14px;
}
.scoring .code-card {
background: #0b0b0f;
color: #f4f7ff;
border: 1px solid #ffc107;
border-radius: 14px;
box-shadow: 12px 12px 0 #ffc107;
padding: 16px;
overflow: auto;
}
.code {
display: block;
font-family: "Courier New", monospace;
font-size: 14px;
line-height: 1.5;
white-space: pre;
color: #f8f8f8;
}
.footer {
padding: 24px 16px;
background: #0f2d69;