here is the github repo : https://github.com/JackOBrien21/developer-website
#Move button to right side of screen when width is less than 800px
7 messages · Page 1 of 1 (latest)
Hi @stray quiver
- Create A flex container with your two elements. Set this container to display:flex and justify-content: space-between.
- set a class to the FA icon and set it to display: none.
Inside the media query, set that class to display:block
That should give you a working solution
Ill try that, thanks for the assistance!
That worked out, one more question though...do you see why the "home", "about", and "contact" links aren't vertically aligned with the "insertnamehere" div
scratch that, i think i got it
Cool!
If you haven't already, you should follow the free html CSS course on scrimba. It'll take you through flexbox basics.
And feel free to give a purple heart to those you help you. It's good for karma.
like that?