catalog: border color
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
top: 2rem; /* se queda pegada al hacer scroll */
|
top: 2rem; /* se queda pegada al hacer scroll */
|
||||||
height: fit-content; /* sólo el alto que necesite su contenido */
|
height: fit-content; /* sólo el alto que necesite su contenido */
|
||||||
background: rgba(255, 255, 255, 0.9);
|
background: rgba(255, 255, 255, 0.9);
|
||||||
border: 3px solid violet;
|
border: 1px solid darkviolet;
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
box-shadow: 0 48px 56px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 48px 56px rgba(0, 0, 0, 0.1);
|
||||||
padding: 1.5rem;
|
padding: 1.5rem;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
.container {
|
.container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 2px solid blueviolet;
|
border: 1px solid darkviolet;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
|
|||||||
Reference in New Issue
Block a user