Add nice homepage
parent
3015f40130
commit
8b7ca56a63
|
@ -3,9 +3,12 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Nakidai</title>
|
||||
</head>
|
||||
<body>
|
||||
This is my homepagu UwU.
|
||||
<div class="center">
|
||||
This is my homepage UwU.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -1,4 +1,16 @@
|
|||
html {
|
||||
color: green;
|
||||
background: red;
|
||||
html, body {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.center {
|
||||
color: lightgreen;
|
||||
background-color: red;
|
||||
|
||||
height: 100%;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
Loading…
Reference in New Issue