Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzi67 committed Nov 23, 2023
1 parent fb75c3a commit 632519b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Calculator/css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
width: 99%;
height: 643px;
display: flex;
justify-content: center;
Expand Down Expand Up @@ -104,6 +103,8 @@ footer {
color: #000000;
text-align: end;
bottom: 0;
display: flex;
flex-shrink: 0;
}
.link {
color: black !important;
Expand Down
5 changes: 4 additions & 1 deletion Calculator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="hsl(24.3, 97.4%, 54.3%)">

<meta name="theme-color" media="(prefers-color-scheme: light)" content="#fc5224">
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#feb431">

<link rel="shortcut icon" href="./logo/calculator.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css" />
<title>Calculator</title>
Expand Down

0 comments on commit 632519b

Please sign in to comment.