diff --git a/New Text Document.txt b/New Text Document.txt new file mode 100644 index 0000000..4f4c815 --- /dev/null +++ b/New Text Document.txt @@ -0,0 +1 @@ +asdfgbnm, \ No newline at end of file diff --git a/calculator.html b/calculator.html index 83f569b..563be9a 100644 --- a/calculator.html +++ b/calculator.html @@ -15,7 +15,7 @@ } .calculator { - border: 1px solid #ccc; + border: 1px solid rgb(13, 230, 23); border-radius: 5px; position: absolute; top: 50%; @@ -29,7 +29,7 @@ font-size: 5rem; height: 80px; border: none; - background-color: #252525; + background-color: #6f0fc9; color: #fff; text-align: right; padding-right: 20px; @@ -40,7 +40,7 @@ height: 60px; background-color: #fff; border-radius: 3px; - border: 1px solid #c4c4c4; + border: 1px solid red; background-color: transparent; font-size: 2rem; color: #333; @@ -50,7 +50,7 @@ } button:hover { - background-color: #eaeaea; + background-color: #24e23d; } .operator { @@ -70,7 +70,7 @@ .equal-sign { background-color: #2e86c0; border-color: #337cac; - color: #fff; + color: rgb(240, 16, 184); height: 100%; grid-area: 2 / 4 / 6 / 5; }