14 lines
169 B
SCSS
14 lines
169 B
SCSS
.main-div {
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
h4 {
|
|
text-align: center;
|
|
}
|
|
|
|
.main-card {
|
|
width: 20%;
|
|
} |