May 2018
Intermediate to advanced
512 pages
11h 3m
English
The tagline can benefit from some top and bottom margins. This is common CSS that we're likely to use across the application, so let's put it in styles.css:
src/styles.css.vertical-margin { margin-top: 16px; margin-bottom: 16px;}
src/app/app.component.ts<div class="mat-caption vertical-margin">Your city, your forecast, right now!</div>
Current Weather has the same style as the City Name; we need to distinguish between the two.
src/app/app.component.ts<mat-card-title><div class="mat-headline">Current Weather</div></mat-card-title>
Read now
Unlock full access