diff --git a/Animation Button 2/animationRadioButton.html b/Animation Button 2/animationRadioButton.html index 8c39927..6981402 100644 --- a/Animation Button 2/animationRadioButton.html +++ b/Animation Button 2/animationRadioButton.html @@ -1,4 +1,4 @@ - + @@ -9,7 +9,7 @@ -

animation radio button

+

Animation radio button

diff --git a/calculator.html b/calculator.html index d6f9b25..d9f6cdd 100644 --- a/calculator.html +++ b/calculator.html @@ -27,13 +27,15 @@ margin-bottom: 10px; text-align:center; width: 210px; - color:green; + color:rgb(0, 0, 0); border: solid black 2px; + padding: 3px 33px 4px 24px; + } input[type="button"] { - background-color:green; + background-color:rgb(238, 207, 219); color: black; border: solid black 2px; width:100% @@ -45,26 +47,31 @@ border: solid black 2px; width:100% } + .border{ + border: 2px; + color: black; + } -
HTML Calculator
- - - - - - - - - - - - - - - +
+
HTML Calculator
+
+ + + + + + + + + + + + + + @@ -83,6 +90,7 @@ -
- - \ No newline at end of file +
+ + +