Skip to content

Commit 649a338

Browse files
authored
Update style.css
1 parent ddfd37f commit 649a338

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,4 +320,17 @@ header {
320320
background-color: var(--accent-hover);
321321
transform: translateY(-2px);
322322
box-shadow: 0 6px 14px rgba(0, 123, 255, 0.4);
323-
}
323+
}
324+
325+
download-item {
326+
background-color: var(--accent-hover);
327+
border-radius: 10px;
328+
margin: 3px;
329+
padding: 5px;
330+
display: inline-block;
331+
font-weight: bold;
332+
text-align: center;
333+
cursor: pointer;
334+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
335+
width: 250px;
336+
}

0 commit comments

Comments
 (0)