mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-28 12:55:36 -04:00
feat: add bg colors/border radius
This commit is contained in:
parent
42b67d64d8
commit
444638cf6c
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,8 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
|
||||||
grid-template-rows: repeat(auto-fit, minmax(330px, 1fr));
|
grid-template-rows: repeat(auto-fit, minmax(330px, 1fr));
|
||||||
gap: 5px;
|
row-gap: 15px;
|
||||||
|
column-gap: 15px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,6 +81,8 @@
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
background-color: var(--light-bg);
|
||||||
|
border-radius: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card h1 {
|
.card h1 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue