From b73726e140506ce95260f63594794f421dcfb208 Mon Sep 17 00:00:00 2001 From: Jai Gora Date: Thu, 21 Jan 2021 16:59:41 +0530 Subject: [PATCH] style2.css --- style2.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 style2.css diff --git a/style2.css b/style2.css new file mode 100644 index 0000000..fb149ae --- /dev/null +++ b/style2.css @@ -0,0 +1,25 @@ +input[type="button"] + { + background-color:cyan; + color: black; + border: solid black 2px; + width:100%; + cursor: pointer; + } + input[type="text"] + { + background-color:white; + border: solid black 2px; + width:100%; + } +.Calculator{ + width: 280px; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} +body{ + background: url(https://img.youtube.com/vi/5-LyRjHlRgQ/maxresdefault.jpg) no-repeat; + background-size: cover; +}