diff options
| author | marcellus <msimon_fr@hotmail.com> | 2025-03-24 12:22:02 +0100 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2025-03-24 12:22:02 +0100 |
| commit | 99b535cd255c10d4afd3f3ce08a3de104df1b581 (patch) | |
| tree | ae9c1da84949c36d0ca88d0e2a2d8c8155189f81 /style.css | |
| parent | 16ad6baa233b7ac7afad66dcee58321a456e81b2 (diff) | |
feat: work
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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; +} |
