Latest solutions
Latest comments
- @saurabh1996-rex@Gascoigne09
that something odd in the background might be the two circles being in the wrong places maybe?
- @Bijay4444@Gascoigne09
Great job dude, I found your code so much easier to read than my own hahaha.
- @codingkapur@Gascoigne09
If it were possible, i would image it to be a lot more annoying to put in place than using media queries.
Also, you might want to have a look at using a max-width on your cards at larger screen sizes as they become quite stretched.
Great job though
- @TdZink@Gascoigne09
By the looks of it you've tried to use transform to centre your container. You'd need to include this i believe:
position: absolute; top: 50%; left: 50% transform: translate(-50%, -50%);
- @vanzasetia@Gascoigne09
This is an incredible effort if its something you've done on your phone.
There is one small detail I'd like to address, when the viewport hits its breakpoint, your karma and team builder containers are slightly smaller than the ones on left and the right, but as the viewport increases the problem is very quickly resolved.
It's a tiny detail i'm bringing up but again shows you've done a great job. :)
- @JaredBrown1@Gascoigne09
One of the easiest ways to help with the feeling of being overwhelmed is to spend just that little extra time thinking about what classnames you can use and really set each section apart from each other.
I see a lot of .card-this and .card-that and it would eventually start giving me a headache when i needed to make the minor finishing touches. Comments are great to, i use them to break my work up.
Finally have you considered building projects with mobile first in mind? It'll save you time and another headache!