Revert border
This commit is contained in:
parent
a3a333e064
commit
af6da56154
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ body {
|
|||
#card {
|
||||
background-color: rgba(10, 5, 90);
|
||||
padding: 15px;
|
||||
border: 2px white dashed;
|
||||
border: 2px white solid;
|
||||
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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue