odin-default-css-exercises/flex/flex-information/style.css

27 lines
354 B
CSS
Raw Normal View History

2021-08-23 17:18:56 +00:00
body {
font-family: 'Courier New', Courier, monospace;
}
img {
width: 100px;
height: 100px;
}
.title {
font-size: 36px;
font-weight: 900;
}
/* 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;
}