Add portfolio grid with 15 case studies and reusable template

This commit is contained in:
Ovidiu U
2026-03-13 11:16:10 +00:00
parent 8a755e6361
commit 123830a27e
6 changed files with 617 additions and 350 deletions

View File

@@ -269,9 +269,17 @@
display: block;
}
.browser-dots span:first-child { background: #ff5f57; }
.browser-dots span:nth-child(2) { background: #febc2e; }
.browser-dots span:nth-child(3) { background: #28c840; }
.browser-dots span:first-child {
background: #ff5f57;
}
.browser-dots span:nth-child(2) {
background: #febc2e;
}
.browser-dots span:nth-child(3) {
background: #28c840;
}
.browser-url {
font-family: var(--mono);