Change border

This commit is contained in:
bingus_violet 2024-11-14 05:13:52 -06:00
parent c2167ad4c8
commit 36f7266391

View file

@ -19,13 +19,13 @@ body {
#card {
background-color: rgba(10, 5, 90);
padding: 15px;
border: 2px white solid;
border: 2px white dashed;
margin: 20px auto;
width: 90%;
max-width: 800px;
z-index: 3;
position: relative;
border-radius: 12px;
/* border-radius: 12px; */
box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, .25);
}