From 929e8578a625c049d9ff198f0becf041675c4db5 Mon Sep 17 00:00:00 2001 From: plpmercy <159679541+plpmercy@users.noreply.github.com> Date: Tue, 19 Mar 2024 11:55:19 +0300 Subject: [PATCH] Update style.css --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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; +}