styling of cat svg in header
This commit is contained in:
parent
61a0af5b1c
commit
00a970ffe2
|
@ -1,5 +1,5 @@
|
|||
<header id="top">
|
||||
<img src="../site-resources/assets/header-cat.svg" height="32px" width="32px">
|
||||
<img src="../site-resources/assets/header-cat.svg" width="80px" height="80px">
|
||||
<span>
|
||||
<p>This cat rocks!</p>
|
||||
<p>A homepage for my fine feline friend, Baxter</p>
|
||||
|
|
|
@ -121,12 +121,13 @@ header {
|
|||
}
|
||||
|
||||
header img {
|
||||
height: 72px;
|
||||
width: auto;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
object-fit: fill;
|
||||
}
|
||||
|
||||
header p {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1.5rem;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue