summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2025-03-24 12:22:02 +0100
committermarcellus <msimon_fr@hotmail.com>2025-03-24 12:22:02 +0100
commit99b535cd255c10d4afd3f3ce08a3de104df1b581 (patch)
treeae9c1da84949c36d0ca88d0e2a2d8c8155189f81 /style.css
parent16ad6baa233b7ac7afad66dcee58321a456e81b2 (diff)
feat: work
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 11 insertions, 0 deletions
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;
+}