mirror of
https://github.com/Noratrieb/hugos-lieblingsflugzeuge.git
synced 2026-01-16 12:45:12 +01:00
dynamic plane info page
This commit is contained in:
parent
0d1cf198b3
commit
295bdd927c
13 changed files with 132 additions and 12 deletions
10
src/app.css
10
src/app.css
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue