diff --git a/src/app/app.html b/src/app/app.html index b606f7c..b190fb7 100644 --- a/src/app/app.html +++ b/src/app/app.html @@ -1,12 +1,13 @@ - - - Menu - - - +
+
+
Space X Explorer
+
Advanced Rockets and Spacecraft
+
+
+ diff --git a/src/app/app.scss b/src/app/app.scss index ba2e92c..d111098 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -29,3 +29,28 @@ .card-content-wp { color: #b1b1b1 } + +.drawer-background { + + display: flex; + min-height: 200px; + background-image: url(../assets/imgs/placeholder.jpeg); + background-repeat: no-repeat; + background-size: cover; + + .drawer-background-content { + display: flex; + flex-direction: column; + justify-content: flex-end; + + .drawer-title { + font-size: 1.85rem; + margin-bottom: 0.85rem; + } + + .drawer-subtitle { + font-weight: 100; + color: #b1b1b1; + } + } +} \ No newline at end of file