buttons edited

This commit is contained in:
Mitanshu 2022-03-12 21:42:44 +05:30
parent 7d8af2e019
commit d4320837a4
2 changed files with 10 additions and 1 deletions

View File

@ -24,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>React App</title> <title>React Calculator</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -18,6 +18,15 @@
border: 0px; border: 0px;
} }
.btn:last-child {
font-weight: medium;
font-size: 40px;
width: 65px;
height: 65px;
color: white;
background-color: #6dd5ed;
}
.btn:hover { .btn:hover {
background-color: #6dd5ed; background-color: #6dd5ed;
color: white; color: white;