Skip to content

Commit

Permalink
ribbon added
Browse files Browse the repository at this point in the history
  • Loading branch information
amanbind898 committed Sep 7, 2023
1 parent 604e2c5 commit 440eb60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<title>simple-Calculator</title>
<meta name="description" content="Simple calculator created using html,css abd JavaScript.">
<link rel="stylesheet" href="style.css">
<script src="main.js"></script> <!-- Include your JavaScript file here -->
<script src="main.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha384-ezxrSs1qFtIhIaW5jzZUCf3Un4Ag1Bq0Fv8Bn1BwKk5cGz7k7LDC3DaU4fwwjHJsN" crossorigin="anonymous">

</head>
<body>
<div class="item-center"><h1>SIMPLE -CALCULATOR</h1></div>
Expand All @@ -22,6 +24,11 @@
<div class="row"><button class="button">0</button><button class="button">00</button><button class="button">.</button><button class="button ylw">=</button></div>
</div>
</div>
<div class="card">
<div class="desc item-center ylw">
<p> Created by <span class="author-name">Aman Bind</span> <a href="https://github.com/amanbind898"><i class="fab fa-github"></i></a></p>
</div>

<audio id="keypressSound">
<source src="office-calculator-single-button-press.mp3" type="audio/mpeg">
</audio>
Expand Down
6 changes: 6 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,9 @@ h1{ font-family: 'Poppins', sans-serif;}
color: #91a89a;
}

.card{
position: relative;
font-family: 'kanit',sans-serif;

top:100px;
}

0 comments on commit 440eb60

Please sign in to comment.