Skip to content

Commit

Permalink
css
Browse files Browse the repository at this point in the history
  • Loading branch information
SquareScreamYT authored Nov 4, 2024
1 parent c20d92b commit abd0cac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion kakutropos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
<title>Viossa-Kakutropos fu sqecdjin</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body {
font-family: Nunito, Arial, sans-serif;
color: #495057;
padding: 20px;
background-color: #f8f9fa;
width: 80%;
margin: 0;
padding-left: 20vw;
padding-right: 20vw;
padding-top: 10vh;
padding-bottom: 10vh;
}
</style>
</head>
Expand Down

0 comments on commit abd0cac

Please sign in to comment.