Latest solutions
Shortly
Submitted 12 months agoAny help is appreciated, I'm sure I just need another pair of eyes to check the fetch call.
Rock, Paper, Lizard, Scissors, Spock!
#emotion#gatsby#gsap#react#animationSubmitted almost 2 years ago
Latest comments
- P@denissejoyceSubmitted over 1 year ago@brian7homasPosted over 1 year ago
Hi denisse,
I think one of the more 'standard' ways to keep the footer at the bottom of viewport would be to follow some of the techniques on MDN web docs
hope that helps!
1 - @deedeedevSubmitted over 1 year ago@brian7homasPosted over 1 year ago
Hello Davide,
Styled components do take some getting used to.
One thing I would suggest is to use a function for your media queries, with styled components it becomes easier to add “logic” to your styles.
I’ve normally stuck to standard breakpoints and have used a tool called Responsivly to help decide what breaks to include.
I do a pretty basic version of using functions to return media queries in my Responsive dashboard solution
Hope that helps
0 - @bdal90Submitted over 1 year ago@brian7homasPosted over 1 year ago
Hello 👋,
Your JavaScript looks pretty clean for a project this size. The only thing I’d add is margin:0 auto to .text-side__first-heading and see if it aligns it center on mobile.
Great job!!
1 - @CavaliereDavidSubmitted almost 2 years ago@brian7homasPosted almost 2 years ago
To make the page responsive you’d need to include the styles you want to override in a media query.
Margin 0 auto should be enough to center the container.
1 - @leqsarSubmitted almost 2 years ago@brian7homasPosted almost 2 years ago
Cool idea to switch game modes, I’ll have to add that to mine
0 - P@amyspencerprojectSubmitted almost 2 years ago