dynamic plane info page

This commit is contained in:
Nilstrieb 2021-02-14 15:09:42 +01:00
parent 0d1cf198b3
commit 295bdd927c
13 changed files with 132 additions and 12 deletions

View file

@ -12,11 +12,15 @@ body {
#parent {
display: grid;
grid-template-rows: 150px auto;
grid-template-rows: 100px auto;
grid-template-areas: "header"
"main";
}
p {
width: 1000px;
}
main {
grid-area: main;
}
@ -32,10 +36,12 @@ header {
header h1 {
margin-top: 50px;
margin-left: 10px;
margin-bottom: 0;
}
main {
margin: 10px;
margin-left: 10px;
}
/*Navigation*/