new styles, baby

This commit is contained in:
Krehan Tim 2018-10-26 13:45:03 +02:00
parent 71900b88d0
commit cc571a00a1
2 changed files with 14 additions and 4 deletions

View file

@ -11,19 +11,27 @@ html {
h1 { h1 {
font-size: 3em; font-size: 3em;
text-align: left;
margin-top: .5em; margin-top: .5em;
padding-bottom: .5em; padding-bottom: .5em;
border-bottom: 1px solid grey; border-bottom: 1px solid grey;
text-align: center; text-align: center;
} }
h2 {
font-size: 2em;
text-align: left;
margin-top: .5em;
padding-bottom: .5em;
border-bottom: 1px solid grey;
width: 80%;
}
.even { .even {
background-color: #000; background-color: #565656;
} }
.odd { .odd {
background-color: #5f5f5f; background-color: #888;
} }
.search { .search {

View file

@ -17,7 +17,9 @@
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: flex-start; justify-content: flex-start;
border-radius: 5px; border-left: 3px solid #4CAF50;
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
margin-bottom: .1em; margin-bottom: .1em;
} }
.ingredients_row_amount { .ingredients_row_amount {