diff options
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; +} |
