From ce31785a09d123d26c46fb1f111476021ad57a33 Mon Sep 17 00:00:00 2001 From: Priyamvada Shah <118747750+PriyamvadaShah@users.noreply.github.com> Date: Sun, 28 Apr 2024 01:29:33 +0530 Subject: [PATCH] Update style.css --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2ca5c9a..fde3c51 100644 --- a/style.css +++ b/style.css @@ -22,7 +22,7 @@ body{ align-self: center; background-image: url(https://e0.pxfuel.com/wallpapers/81/20/desktop-wallpaper-cool-coding-lines-of-code.jpg); display:flex; - flex:wrap; + flex:nowrap; justify-content:center; border-radius:40px; } @@ -114,6 +114,7 @@ body{ border-color:black; color:white; display:flex; + flex-wrap:nowrap; align-content:flex-end; } @@ -128,6 +129,7 @@ body{ border-style: double; border-color:black; display:flex; + flex-wrap:nowrap; align-content:flex-end; } @@ -142,6 +144,7 @@ body{ border-style: double; border-color:black; display:flex; + flex-wrap:nowrap; align-content:flex-end; } #secondc{ @@ -159,6 +162,7 @@ body{ border-style: double; border-color:black; display:flex; + flex-wrap:nowrap; align-content:flex-end; }