add changes

pull/219/head
daman599 8 months ago
parent 9409685c9a
commit e32e94a441

@ -7,7 +7,7 @@
<title>My Project</title> <title>My Project</title>
</head> </head>
<body> <body>
<h1>Project Starter</h1> <h1 id="p1">Project Starter</h1>
<script src="script.js"></script> <script src="script.js"></script>
</body> </body>
</html> </html>

@ -5,12 +5,19 @@
} }
body { body {
font-family: 'Roboto', sans-serif; font-family:Georgia, 'Times New Roman', Times, serif;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content:flex-start;
height: 100vh; height: 100vh;
overflow: hidden; overflow: hidden;
margin: 0; margin: 0;
background-color: cadetblue;
}
#p1:hover{
font-size:200px;
text-decoration: wavy;
text-align: justify;
text-shadow: 5px 10px 15px white;
} }

Loading…
Cancel
Save