18 lines
221 B
CSS
18 lines
221 B
CSS
header h1 img {
|
|
margin-left: 0.5em;
|
|
margin-right: 0.5em;
|
|
max-height: 0.8em;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
article .fa{
|
|
color: brown;
|
|
}
|
|
|
|
footer a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
footer p {
|
|
margin-bottom: auto;
|
|
} |