Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
.
  • Loading branch information
shwet46 committed Oct 19, 2024
1 parent f316729 commit f417edf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Londrina Sketch">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ubuntu Mono">
<title>Planet Sudoku</title>
<link rel="stylesheet" href="style.css">
</head>
Expand Down
13 changes: 11 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ body {
background-size: cover;*/
align-items: center;
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-family: "Ubuntu Mono", monospace;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
}

Expand Down Expand Up @@ -47,7 +49,11 @@ body {
}

.nav-bar h1 {
font-size: 30px;
margin-top: 15px;
font-size: 50px;
font-family: "Londrina Sketch", sans-serif;
font-weight: 400;
font-style: normal;
}

.nav-bar .button {
Expand All @@ -71,6 +77,9 @@ body {
height: 3vh;
font-size: 16px;
padding-top: 20px;
font-family: "Ubuntu Mono", monospace;
font-weight: 400;
font-style: normal;
}

.container {
Expand Down

0 comments on commit f417edf

Please sign in to comment.