From 71dfedb6ee4e6b78cf9a88dcf4d5144e6ee5b4f3 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:19:52 -0500 Subject: [PATCH] core: more trimming and create navbar --- css/home.css | 54 +++++++++++++++++++--------------------------------- index.html | 10 +++++----- 2 files changed, 25 insertions(+), 39 deletions(-) diff --git a/css/home.css b/css/home.css index cc58ae9..41c430a 100644 --- a/css/home.css +++ b/css/home.css @@ -1,13 +1,27 @@ body { - font-family: Helvetica, Arial, sans-serif; - font-size: 1rem; + font-family: Arial, sans-serif; + font-size: 14px; color: #cad3f5; line-height: 1.5; - width: 1920px; + max-width: 1920px; margin-inline: auto; background: #24273a; - padding: 6px; - margin: 10px auto; + margin: 0px auto; +} + +#navigation { + background: #181926; + display: flex; + border-bottom-left-radius: 18px; + border-bottom-right-radius: 18px; +} + +.nav-item { + margin: 6px; + margin-top: 0px; + padding: 8px; + line-height: 21px; + display: inline-block; } #top { @@ -56,18 +70,8 @@ h4 { margin-bottom: 0.5rem; } -dt { - float: left; - clear: left; - width: 17%; - font-weight: bold; -} -dd { - margin-left: 17%; -} p { - margin-top: 0; - margin-bottom: 4px; + margin: 0px; } a { @@ -96,24 +100,6 @@ a.button { text-align: center; } -hr { - color: #A6A6A6; -} - -ul, ol { - padding-left: 1em; -} - -li { - margin-top: 0.25em; -} - -p, li { - margin-top: 0; - line-height: 1.6; -} - - @keyframes hover { 0% { box-shadow: 0 0 8px 4px #24273a; } 15% { box-shadow: 0 0 8px 4px #494d64; } diff --git a/index.html b/index.html index 53a6671..aec69c9 100644 --- a/index.html +++ b/index.html @@ -6,14 +6,14 @@ -
-

Trianta

-

GitHub

-

Projects

+
-

Pong

+

Pong