summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}