16 lines
235 B
CSS
16 lines
235 B
CSS
.container {
|
|
position: relative;
|
|
z-index: 2;
|
|
display: flex;
|
|
width: 600px;
|
|
overflow: hidden;
|
|
max-height: 80%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 20px;
|
|
border-radius:12px;
|
|
}
|
|
|
|
|
|
|