diff --git a/style.css b/style.css index 8b13789..97bc836 100644 --- a/style.css +++ b/style.css @@ -1 +1,14 @@ +h1 { + color: blue; /* Making headlines blue */ +} +p { + color: red; /* Making paragraphs red */ + font-size: 15px; +} + +.image-section img { + width: 500px; + height: 500px; + border: 5px solid green; +}