This is a solution to the Space tourism website challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- View the optimal layout for each of the website's pages depending on their device's screen size
- See hover states for all interactive elements on the page
- View each page and be able to toggle between the tabs to see new information
- Solution URL: (https://https://github.com/Kwabena2K/kwabenaOsei-Project1)
- Live Site URL: (https://multipageweb.netlify.app)
- HTML5
- SCSS
- Flexbox
- CSS Grid
- JavaScript
- Resource 1 - This was a thorough breakdown that often helped me really understand how certain flexbox items were moving and position on the web. I really liked this style of teaching from Kevin Powell.
- Resource 2 - Although this was just the homepage, this tutorial is one that I truly recommend to anyone trying to create a fully responsive webpage. I'd recommend it to anyone still learning CSS and HTML.