From ea78d7df03fb3bc50d3eb8faba1363a3576d499a Mon Sep 17 00:00:00 2001 From: ANSHU7347 <76692506+ANSHU7347@users.noreply.github.com> Date: Mon, 18 Oct 2021 21:18:34 +0530 Subject: [PATCH] Update style.css --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 496c85d..f498411 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body{ } .container{ - width:280px; + width:281px; position: absolute; top:50%; left:50%; @@ -46,14 +46,14 @@ p{ } .avtar{ - width:250px; - height: 180px; - margin: 10px 10px; + width:251px; + height: 181px; + margin: 11px 10px; padding: 0px 5px; background-color: #fff; } #img{ - width:250px; + width:251px; height: 180px; } input[type=button]{