normal website and intro to it

server
waifu 4 months ago
parent beb2b942d6
commit 5cb5332898
  1. 6
      home/index.html
  2. 11
      home/normal/index.html
  3. 9
      home/styles.css

@ -20,6 +20,12 @@
</div>
</div>
<div id="menu">
<div id="side">
<a href="./normal/">
<img src="sidetop.png" alt="normal" class="normal_image">
</a>
<img src="sidebottom.png" alt="normal" class="normal_image">
</div>
<div id="image-container">
<img src="empty.png" id="large-image">
</div>

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Normal Website</title>
</head>
<body>
</body>
</html>

@ -33,6 +33,15 @@ body, html {
align-items: center;
max-height: 30vh;
}
#side{
display: flex;
flex-direction: column;
max-width: 30vw;
}
.normal_image {
max-width: 100%;
}
p{
color: dodgerblue;
align-self: center;

Loading…
Cancel
Save