Skip to content

Commit

Permalink
Update homebase.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ScratchFakemon authored Nov 10, 2024
1 parent 9efa671 commit 9aefec4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Home Base/homebase.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TurboWarp and Scratch OSes</title>
<title>Home Base</title>
<h3>Press X to exit</h3>
<style>
body {
background-color: #382c0c;
color: #fff;
font-family: sans-serif;
color: #ffffff;
font-family: "Trebuchet MS", sans-serif;
margin: 0;
padding: 0;
}
Expand All @@ -22,6 +23,11 @@
font-size: 3em;
margin-bottom: 20px;
}
h3 {
text-align: right;
margin-right: 20px;
color: rgb(231, 45, 45);
}
.os-list {
display: flex;
flex-wrap: wrap;
Expand Down

0 comments on commit 9aefec4

Please sign in to comment.