Skip to content

Commit

Permalink
cleaned out
Browse files Browse the repository at this point in the history
  • Loading branch information
Kushagra J committed Nov 7, 2023
1 parent dbe4938 commit 56d9568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
22 changes: 4 additions & 18 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,14 @@
}

body {
display: flex;
flex-direction: column;
gap: 4vh;
background: var(--main-bg-color);
color: var(--main-text-color);
font-family: 'Fira Code';
padding: 1vh;
}

header {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
}

h1 {
padding: 3vmin;
background: var(--button-bg-color);;
border: solid var(--main-text-color);
border-radius: 20px;
padding: 4vh;
}

h3 {
Expand All @@ -42,10 +30,8 @@ main {
.calculator {
display: flex;
flex-direction: column;
align-content: center;
gap: 4vmin;
color: #262626;
background: #d6d6d6;
background: var(--main-text-color);
border-radius: 20px;
padding: 4vmin;
}
Expand All @@ -58,7 +44,7 @@ main {
border-radius: 20px;
color: var(--main-text-color);;
text-align: right;
padding: 5%;
padding: 6%;
box-sizing: border-box;
font-size: x-large;
margin-top: 2vmin;
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</head>
<body>
<header>
<h1>Calculator</h1>
<h3>A simple calculator implemented in <span id="js">javascript</span></h3>
</header>
<main>
Expand Down

0 comments on commit 56d9568

Please sign in to comment.