normal website and intro to it
This commit is contained in:
parent
beb2b942d6
commit
5cb5332898
3 changed files with 26 additions and 0 deletions
|
@ -20,6 +20,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="menu">
|
<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">
|
<div id="image-container">
|
||||||
<img src="empty.png" id="large-image">
|
<img src="empty.png" id="large-image">
|
||||||
</div>
|
</div>
|
||||||
|
|
11
home/normal/index.html
Normal file
11
home/normal/index.html
Normal file
|
@ -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;
|
align-items: center;
|
||||||
max-height: 30vh;
|
max-height: 30vh;
|
||||||
}
|
}
|
||||||
|
#side{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
max-width: 30vw;
|
||||||
|
}
|
||||||
|
.normal_image {
|
||||||
|
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
p{
|
p{
|
||||||
color: dodgerblue;
|
color: dodgerblue;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue