Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/Kuldeep-Sharmaa/Calculator/

Calculator /cody/Kuldeep-Sharmaa/Calculator/index.html
452 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width
script.js /cody/Kuldeep-Sharmaa/Calculator/script.js
215 Views
0 Comments
let string = "";
let buttons = document.querySelectorAll(".button");
Array.from(buttons).forEach((button) => {
button.addEvent
style.css /cody/Kuldeep-Sharmaa/Calculator/style.css
139 Views
0 Comments
* {
margin: 0;
padding: 0;
}
.button {
padding: 18px;
margin: 1px 2px;
border: 2px solid black;
utlis.css /cody/Kuldeep-Sharmaa/Calculator/utlis.css
140 Views
0 Comments
.head {
text-align: center;
margin-bottom: 40px;
margin-top: 20px;
font-family: sans-serif "Roboto";
font-size: 40px;