Skip to content

Commit

Permalink
update index.html,add basic style
Browse files Browse the repository at this point in the history
  • Loading branch information
haoruilee authored Apr 20, 2024
1 parent 1f2a59c commit 69419ea
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,24 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Boostdream</title>
<style>
body {
background-color: #282a36;
color: #f8f8f2;
font-family: 'Arial', sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
h1 {
font-size: 2.5em;
text-shadow: 0 0 10px #ff79c6, 0 0 20px #ff79c6, 0 0 30px #bd93f9, 0 0 40px #bd93f9;
}
</style>
</head>
<body>
<h1>Introduce to the Boostdream, the magnificent 3D magic</h1>
<h1>Introducing Boostdream, the magnificent 3D magic</h1>
</body>
</html>

0 comments on commit 69419ea

Please sign in to comment.