Reorganize again

This commit is contained in:
Modo 2023-10-09 20:21:28 +05:30
parent ca8ea91e2a
commit d3a381803c
4 changed files with 18 additions and 2 deletions

View File

@ -7,8 +7,8 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="center"></div>
<script>
</script>
</body>
</html>

17
frontend/style.css Normal file
View File

@ -0,0 +1,17 @@
body {
display: flex;
justify-content: center;
align-items: center;
background-color: #add8e6;
margin-top: 25px;
}
div {
height: 90vh;
width: 400px;
background-color: rgb(255, 255, 255);
}

View File

@ -1 +0,0 @@
console.log("Hello World")