Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HillFlame authored Apr 14, 2024
1 parent 308e54e commit 5c45f54
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,7 @@
<title>Website Blocker</title>
<style>
body {
background-color: #006400;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
}
h1 {
color: white;
font-size: 3em;
text-align: center;
margin: 0;
}
.stripe {
background-color: #4444be;
height: 30vh;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background: pink;
}
</style>
</head>
Expand Down

0 comments on commit 5c45f54

Please sign in to comment.