summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormartial.simon <martial.simon@epita.fr>2025-03-24 14:12:57 +0100
committermartial.simon <martial.simon@epita.fr>2025-03-24 14:12:57 +0100
commit9a6fd996e4627dfe9e7db09c89a97a247fd07eb1 (patch)
tree685ba85aae288c8a45b8b07e8bb0c86a04c03785 /style.css
parent99b535cd255c10d4afd3f3ce08a3de104df1b581 (diff)
feat: finishedHEADmain
Diffstat (limited to 'style.css')
-rw-r--r--style.css22
1 files changed, 19 insertions, 3 deletions
diff --git a/style.css b/style.css
index ab8b1b1..b497f24 100644
--- a/style.css
+++ b/style.css
@@ -11,10 +11,26 @@ a {
p {
border-width: 2px;
border-style: solid;
- border-image: linear-gradient(yellow 0%, green 90%, blue 25%) 50;
+ border-image: linear-gradient(yellow 0%, blue 25%, green 90%) 50;
margin-right: 20%;
margin-left: 5%;
padding: 20px;
- background: #fffdfa77;
- font-family: sans-serif;
+ background: #fffdfa88;
+ font-family: serif;
+ font-size: large;
}
+
+figure {
+ border-width: 2px;
+ border-style: solid;
+ border-image: linear-gradient(salmon 0%, red 25%, orange 90%) 50;
+ margin-right: 20%;
+ margin-left: 5%;
+ padding: 20px;
+ background: #fffdfa88;
+ font-family: serif;
+}
+
+figure img {
+ width: 100%;
+} \ No newline at end of file