From 7a7791ed9ad69986010ed7b2ba9e86a5caf4c440 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Sun, 25 Aug 2024 12:29:36 +0200 Subject: feat: almost finished the text content --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 5685341..ec11886 100644 --- a/style.css +++ b/style.css @@ -1,12 +1,21 @@ body { background: url("img/bg.jpg"); color: beige; + --cont-margin: 15%; +} + +#content { + margin: auto 4vw; } h1 { text-shadow: 0.2em -0.4em #00ed60, 0.4em 0.4em #a794ff; } +h2, h3, h4 { + transform: rotate3d(1, 1, 0, -25deg); +} + #Introduction { font-style: italic; text-align: end; @@ -60,6 +69,16 @@ path#id_12 { animation-delay: 3.6s; } +.left-container { + text-align: start; + margin-right: var(--cont-margin); +} + +.right-container { + text-align: end; + margin-left: var(--cont-margin); +} + @keyframes hop{ 25% { transform: translateY(0.5em); -- cgit v1.2.3