From 2cb66219f9d34fa0af5e54c635afa5deef93e35d Mon Sep 17 00:00:00 2001 From: catmpeg Date: Wed, 25 Feb 2026 19:48:09 +0300 Subject: [PATCH] fixes --- assets/styles.css | 9 ++++----- index.html | 5 +++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/assets/styles.css b/assets/styles.css index 4d13703..99603fc 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -12,7 +12,6 @@ body { flex-direction: column; justify-content: space-between; align-items: center; - font-family: 'ConsolasBold', 'consolas'; font: 14px 'ConsolasBold'; color: #fff; /* background-color: #181818; */ @@ -40,9 +39,6 @@ h2 { h3 { margin: 5px 0; } -label { - margin-bottom: 8px; -} .down { margin-top: auto; @@ -53,6 +49,9 @@ a { color: #ffffff; text-decoration: underline; } +a:hover { + opacity: 0.7; +} .title { display: flex; @@ -105,7 +104,7 @@ label { @media (max-width: 800px) { h1 { font-size: 1.5rem; } - h2, h3, label { font-size: 1.1rem; margin: 12px 0; } + h2, h3, label { font-size: 1.1rem; margin: 5px 0; } #mybutton { width: 200px; } main { padding: 2%;} } \ No newline at end of file diff --git a/index.html b/index.html index fc63c86..88b02c7 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@

avatar xd xelframe home page +
(bhzrd_, semkapc, catmpeg)

About me:

hello, my online name is xelframe.

@@ -51,9 +52,9 @@