From 99b535cd255c10d4afd3f3ce08a3de104df1b581 Mon Sep 17 00:00:00 2001 From: marcellus Date: Mon, 24 Mar 2025 12:22:02 +0100 Subject: feat: work --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 07a5684..ab8b1b1 100644 --- a/style.css +++ b/style.css @@ -7,3 +7,14 @@ body { a { text-decoration: none; } + +p { + border-width: 2px; + border-style: solid; + border-image: linear-gradient(yellow 0%, green 90%, blue 25%) 50; + margin-right: 20%; + margin-left: 5%; + padding: 20px; + background: #fffdfa77; + font-family: sans-serif; +} -- cgit v1.2.3