Commit 33fc042f authored by N1o9r4b7e9r6to's avatar N1o9r4b7e9r6to

added/changed styles to styles.css

parent caf00d7f
...@@ -18,9 +18,9 @@ h1 { ...@@ -18,9 +18,9 @@ h1 {
} }
h3 { h3 {
color: crimson; color: crimson;
background-color:greenyellow; background-color:whitesmoke;
font-size: 25px; font-size: 25px;
border: 2px solid dodgerblue; border: 2px solid yellowgreen;
font-family: "Gill Sans", sans-serif; font-family: "Gill Sans", sans-serif;
} }
...@@ -34,6 +34,21 @@ h1 { ...@@ -34,6 +34,21 @@ h1 {
font-family: "Gill Sans", sans-serif; font-family: "Gill Sans", sans-serif;
} }
h4 {
color: black;
border: 2px solid black;
background-color: white;
font-family: "Gill Sans", sans-serif;
}
h5 {
color: black;
border: 2px solid black;
background-color: whitesmoke;
font-family: "Gill Sans", sans-serif;
}
body { body {
color: black; color: black;
background-color: aqua; background-color: aqua;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment