Skip to content

Commit

Permalink
Change overall Layout and Fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
benexh committed Oct 24, 2024
1 parent 8239bd2 commit fba05b4
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions experiments/Benedikt/1_basics.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
<style>

body {
font-family: sans-serif;
font-family: Helvetica;
}

h1 {
font-family: monospace;
font-size: 60px;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 70px;
font-weight: 200;
margin: auto;
margin-bottom: 30px;
}
h2 {
font-family: monospace;
Expand Down Expand Up @@ -52,6 +54,7 @@

p {
font-size: 1em;
margin: 0px 60px 16px 60px;
}

img {
Expand All @@ -64,6 +67,11 @@
transform: scale(1.01);
}

.section-content{
margin: auto;
max-width: 700px;
}

</style>

</head>
Expand Down

0 comments on commit fba05b4

Please sign in to comment.