25 lines
383 B
CSS
25 lines
383 B
CSS
.container{
|
|
border-radius: 50px;
|
|
max-width: 900px;
|
|
background: white;
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
body{
|
|
height: 180vh;
|
|
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-color: #f4f4f4;
|
|
}
|
|
h5{
|
|
text-decoration: underline;
|
|
}
|
|
h6{
|
|
text-decoration: underline;
|
|
}
|
|
|
|
h3{
|
|
text-decoration:overline;
|
|
} |