From 0fa6c048cb86d2dcb775a82faf3e132e8870eeb7 Mon Sep 17 00:00:00 2001 From: Anuj K Date: Thu, 21 Sep 2023 23:33:47 +0530 Subject: [PATCH] Changes made to the image. --- index.html | 2 +- style.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f42f6c4..9323e4a 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

Musician • Designer • Programmer

- +
diff --git a/style.css b/style.css index 57f4762..ca17cca 100644 --- a/style.css +++ b/style.css @@ -135,5 +135,10 @@ p { img { max-width: 80%; height: auto; - +} + +.face { + display: block; + margin-left: auto; + margin-right: 0; }