buttons edited
This commit is contained in:
parent
7d8af2e019
commit
d4320837a4
@ -24,7 +24,7 @@
|
||||
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`.
|
||||
-->
|
||||
<title>React App</title>
|
||||
<title>React Calculator</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@ -18,6 +18,15 @@
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.btn:last-child {
|
||||
font-weight: medium;
|
||||
font-size: 40px;
|
||||
width: 65px;
|
||||
height: 65px;
|
||||
color: white;
|
||||
background-color: #6dd5ed;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background-color: #6dd5ed;
|
||||
color: white;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user