Mise à jour du CSS

This commit is contained in:
nono
2022-02-27 17:39:52 +01:00
parent f96cadbac0
commit 48467d2b63
3 changed files with 51 additions and 16 deletions

View File

@@ -17,7 +17,9 @@
.content {
background: #121212;
box-shadow: 0 0.7rem 2.3rem 0 rgba(255,255,255,0.3);
border: solid;
border-width: 1px;
border-color: white;
}
.card-container {
@@ -42,6 +44,10 @@
.blog-card {
background: #121212;
color: white;
border: solid;
border-color: white;
border-width: 2px;
}
.blog-card h2{