From 0a1dca1b8c99707cd74fc6592bc89d607e777768 Mon Sep 17 00:00:00 2001 From: filifa Date: Sun, 27 Jul 2025 20:21:31 -0400 Subject: [PATCH] add favorites --- about.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ styles/about.css | 4 ++++ 2 files changed, 50 insertions(+) diff --git a/about.html b/about.html index c1d9afc..e6cc273 100644 --- a/about.html +++ b/about.html @@ -20,6 +20,52 @@ rendering of the Loveland frog monster" width=944 height=850 />

I'm in your walls.

+ +

Favorites.

+

Albums.

+ +

Movies.

+ +

TV shows.

+ +

Contact.

filifa.breath652@8alias.com

diff --git a/styles/about.css b/styles/about.css index 0a18f91..1f87151 100644 --- a/styles/about.css +++ b/styles/about.css @@ -6,3 +6,7 @@ margin-bottom: 10px; float: left; } + +.cleared { + clear: left; +}