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; +}