Latest solutions
Latest comments
- @zwuk0@grmajik
Well you forgot that small background image on the top left corner but good job, keep it up ! 💪
Marked as helpful - @Polariz626@grmajik
It looks great on my end. Good job. Keep it up 💪
- @samflab@grmajik
What can be done is to remove the sign in with google thingie.
I can't see the solution because I don't trust whatever this sign-in thing is actually doing.
- @Davros2014@grmajik
DEL and RESET button do the same thing. DEL is to delete only one digit from the input. Also it feels kinda weird to have to click exactly on the thumb to switch a theme.
Marked as helpful - @akaahl@grmajik
Why do I have to click either 1 2 or 3 to switch theme? I'd like to click on the thumb to switch themes.
Marked as helpful - @sorengrey@grmajik
If I were you, I'd start over. However, if you want to debug this, imagine this.
Imagine that you have a box (a regular DIV), then in that box you have two more boxes.
One box holds your image (do max-width: 100%; height: auto;) Another box holds all your text (in here, format the text however you want)
Now, do display: flex; on the BIG BOX (the outer div). Your two inner boxes will be displayed side by side.
Now if you do display: flex; height: 100vh align-items: center; justify-content: center; on the BODY tag, you'll get everything in the center of the page. Go from there and figure out the rest.
Happy coding 💪
BTW: Get rid of Bootstrap
Marked as helpful