From 288f49b46e94c22b27e21e8164d1e3f1ff1f8b3b Mon Sep 17 00:00:00 2001 From: Joelech Date: Fri, 11 Oct 2024 13:31:21 +0300 Subject: [PATCH] Update Portfolio_stylesheet.css Upgrades and updates. --- .../Portfolio/Portfolio_stylesheet.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Web/Prog Lingu/Portfolio/Portfolio_stylesheet.css b/Web/Prog Lingu/Portfolio/Portfolio_stylesheet.css index e69de29..44bc5ce 100644 --- a/Web/Prog Lingu/Portfolio/Portfolio_stylesheet.css +++ b/Web/Prog Lingu/Portfolio/Portfolio_stylesheet.css @@ -0,0 +1,16 @@ +/* General Styling */ + +#Joelech_Image{ + height: 25vh; + width: 25vw; + background-color: black; + display: flex; + justify-content: center; + align-items: center; + justify-items: center; +} +#Joelech_Image img{ + height: 20vh; + width: 20vw; + background-color: white; +}