Skip to content

Commit

Permalink
Update think7.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kweshuu authored Jan 21, 2024
1 parent 65422d6 commit 0c58a07
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions think7.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jan 21, 2024</title>
<style>
body {
background-color: #000000;
color: #ffffff;
font-family: Arial, sans-serif;
margin: 0;
padding: 20px;
}

.top-left-text {
position: absolute;
top: 20px;
left: 20px;
font-size: 1.5em;
}
</style>
</head>
<body>
<div class="top-left-text">
<p>I'm eating rice for dinner. thisis the highlight of my day.</p>
</div>
</body>
</html>

0 comments on commit 0c58a07

Please sign in to comment.