From 821bb7f7015e26fe5f90fdab3c31974c73fdaa20 Mon Sep 17 00:00:00 2001 From: brooke Date: Tue, 18 Jul 2023 04:37:07 +0000 Subject: [PATCH] Update 'index.html' Still not a huge fan of how it looks, but I'm just trying out different ideas --- index.html | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1386a18..bf6ac58 100644 --- a/index.html +++ b/index.html @@ -42,17 +42,54 @@ justify-content: center; gap: 24px; } + + .card { + padding: 0.5rem; + aspect-ratio: 1 / 1; + background-color: white; + border-radius: 10px; + box-shadow: 0 5px 10px 5px rgba(200, 200, 200, 0.2); + transition: transform 0.2s ease-in-out; + text-align: center; + } + + .card:hover { + transform: scale(1.04); + } + + .logo { + width: 100%; + padding-left: 1rem; + padding-right: 1rem; + display: block; + margin: 0 auto; + } + + .divider { + margin-left: 1rem; + margin-right: 1rem; + border: 1px solid #213141; + } + + .description { + + }
+
+ +
+

Description text goes here.

+
-

About Me

-

This is a brief description about me.

+

About

+

This is a brief description about...