loveletter.php styling. changed content on index.php
This commit is contained in:
parent
66deb3bd89
commit
a80691d143
|
@ -62,7 +62,7 @@
|
|||
<li>Pets</li>
|
||||
<li>Places to cuddle</li>
|
||||
<li>Food</li>
|
||||
<li>The people who care about him most</li>
|
||||
<li>Me <3</li>
|
||||
</ul>
|
||||
|
||||
<p>Baxter hates:</p>
|
||||
|
|
|
@ -61,11 +61,11 @@
|
|||
</section>
|
||||
<section class="love-you">
|
||||
<span>
|
||||
<img src="./img/red_heart_flat.svg" height="80px" width="80px">
|
||||
<img src="./img/black_cat_flat.svg" height="80px" width="80px">
|
||||
<img src="./img/red_heart_flat.svg" height="48px" width="48px">
|
||||
<img src="./img/black_cat_flat.svg" height="48px" width="48px">
|
||||
<p>Love you Baxter!</p>
|
||||
<img src="./img/black_cat_flat.svg" height="80px" width="80px">
|
||||
<img src="./img/red_heart_flat.svg" height="80px" width="80px">
|
||||
<img src="./img/black_cat_flat.svg" height="48px" width="48px">
|
||||
<img src="./img/red_heart_flat.svg" height="48px" width="48px">
|
||||
</span>
|
||||
<a href="#top">Top of page</a>
|
||||
</section>
|
||||
|
|
|
@ -130,7 +130,7 @@ main {
|
|||
}
|
||||
|
||||
.love-you p {
|
||||
font-size: 5rem;
|
||||
font-size: 3rem;
|
||||
padding: 0 1rem 0 1rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue