From d82068db3b6f5661d2739121f7a0f5dde0aa77f9 Mon Sep 17 00:00:00 2001 From: Patryk Date: Tue, 10 Oct 2023 10:48:08 +0200 Subject: [PATCH] POPRAWA STRONY ZGODNIE Z SZKOLNYMI KONWENCJAMI --- index.html | 2 +- style.css | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 32d03ff..cd4b3a9 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@ -
+
my avatar diff --git a/style.css b/style.css index 5a25b4b..ad18c13 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,7 @@ @import "@catppuccin/palette/style"; @import url('https://unpkg.com/@catppuccin/palette/css/catppuccin.css'); +/* Czy to jest już poprawne z standardem szkoły */ body{ width: 100%; @@ -22,7 +23,7 @@ body{ color: var(--ctp-latte-text); } - #me{ + .me{ background-color: var(--ctp-latte-sky); border-color: var(--ctp-latte-green); } @@ -53,11 +54,12 @@ body{ background-color: var(--ctp-mocha-base); color: var(--ctp-mocha-text); } - #me{ + .me{ background-color: var(--ctp-mocha-mauve); border-color: var(--ctp-mocha-peach); } - footer{ + +footer{ background-color: var(--ctp-mocha-crust); } @@ -85,7 +87,7 @@ p1{ font-size: 1.75em; } -#me { +.me { display: flex; flex-direction: column; justify-content: center;