Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Kweshuu authored Dec 17, 2023
1 parent c0b9597 commit 706ba85
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions think1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dec 17, 2023</title>
<style>
body {
background-color: #000000; /* Set background color to pure black */
color: #ffffff;
font-family: Arial, sans-serif;
margin: 0;
padding: 20px; /* Adding some padding for better readability */
}

p {
font-size: 120%; /* Set font size to 120% */
line-height: 1.5; /* Set line height for better readability */
}
</style>
</head>
<body>
<p>Today I made pancakes, the first one was shaped like a banana because I can't make pancakes.</p>
</body>
</html>

0 comments on commit 706ba85

Please sign in to comment.