Open tommygebru opened 5 years ago
Really nice work on using multiple images for separate layouts Keith, also really great use of fluid typography and responsive web design made possible with REM Implementing REM in CSS (or, How to Be a Shiny Happy Developer) - Words and Code
Also to keep your h1 heading contained within the body element, try using the viewport width unit For example .banner-text h1 {font-size: 4vw;}
.banner-text h1 {font-size: 4vw;}
Really nice work on using multiple images for separate layouts Keith, also really great use of fluid typography and responsive web design made possible with REM Implementing REM in CSS (or, How to Be a Shiny Happy Developer) - Words and Code
Also to keep your h1 heading contained within the body element, try using the viewport width unit For example
.banner-text h1 {font-size: 4vw;}