2024-07-13 22:27:26 -04:00

39 lines
550 B
CSS

body {
font-family: 'Courier New', Courier, monospace;
text-align: center;
}
img {
width: 100px;
height: 100px;
}
.title {
border: 1px solid black;
font-size: 36px;
font-weight: 900;
margin-bottom: 32px;
}
/* do not edit this footer */
.footer {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 52px;
display: flex;
align-items: center;
justify-content: center;
background: #eee;
}
.container{
display: flex;
border: 1px solid red;
justify-content: center;
gap: 52px;
}
.info{
max-width: 200px;
}