Add scoring jokes and algorithm section
This commit is contained in:
19
style.css
19
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user