console (#1)
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 18s

Reviewed-on: #1
This commit is contained in:
2023-12-18 03:33:05 +01:00
parent f137aceb6e
commit 47f26c96f6
5 changed files with 130 additions and 2 deletions

5
sass/console.scss Normal file
View File

@ -0,0 +1,5 @@
.console {
background: gray;
width: 80vw;
min-height: 20vh;
}