15 lines
170 B
CSS
15 lines
170 B
CSS
.drop-div {
|
|
border-style: dotted;
|
|
width: 1000px;
|
|
height: 500px;
|
|
}
|
|
|
|
.card {
|
|
padding: 5rem 5rem;
|
|
}
|
|
|
|
footer {
|
|
position:fixed;
|
|
bottom:0;
|
|
left:0;
|
|
} |