Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason-Abbott committed Dec 13, 2024
1 parent 92d7ddb commit 7df8b3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
<head>
<style>
body {
margin-top: 2em;
display: flex;
flex-direction: column;
align-items: center;
}
p {
font-size: 2em;
text-align: center;
}
img {
Expand All @@ -16,7 +18,7 @@
</head>
<title>Thesis App</title>
<body>
<p>The programmer gnomes are hard at work</p>
<p>The programmer gnomes<br/>are hard at work</p>
<img src="./gnome.jpg"/>
</body>
</html>

0 comments on commit 7df8b3e

Please sign in to comment.