feat: change the profile icon at the footer to a rounded shape
also seperate all inline style in html to external
This commit is contained in:
10
styles.css
10
styles.css
@@ -15,4 +15,14 @@ h1 {
|
||||
.card-footer {
|
||||
background-color: #343a40;
|
||||
color: #adb5bd;
|
||||
}
|
||||
|
||||
#footer-author {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#footer-author-icon {
|
||||
width: 4%;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
}
|
||||
Reference in New Issue
Block a user