Files
life_generators/styles.css
lifeadventurer 230389ba87 feat: change the profile icon at the footer to a rounded shape
also seperate all inline style in html to external
2023-11-25 00:21:16 +08:00

28 lines
331 B
CSS

body {
background-color: #ffffff;
}
h1 {
align-items: center;
text-align: center;
color: #363636;
}
.container {
margin-top: 30px;
}
.card-footer {
background-color: #343a40;
color: #adb5bd;
}
#footer-author {
text-align: right;
}
#footer-author-icon {
width: 4%;
border-radius: 50%;
overflow: hidden;
}