Skip to content

Commit

Permalink
Better styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Oct 24, 2023
1 parent 63b1e55 commit da7a32e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<head>
<title> C Algorithms </title>
<style>

body {
max-width: 38em;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
text-align: Justify;
font-size: 20px;
padding-left: 10px;
padding-right: 10px;
}

</style>
</head>

<body>
Expand Down

0 comments on commit da7a32e

Please sign in to comment.