Hi, I’m Daniel-thanks for stopping by! -I build my muscles and now i hope tp build some awesome stuff 💪 I’m looking to learn and grow my code stack as a self taught developer, but most importantly, build, write and deploy effective clean code that create and contribute to extrodinary products.
I’m currently learning...JS, ReactJS
Latest solutions
Latest comments
- @CodeLamp168@danM51
This looks great, love the animation. To help you centre content a lot better, have a look at Flexbox; the easy way would setting the content element to display: flex; and align-items & justify-content centre . This will centre the content regardless the screen size (in regards to the viewport constraints set) hopefully this helps, keep it up!
- @mgoerlich90@danM51
@mgoerlich90 first great work on your first solution! maybe this might help... I find Flexbox a lot easier to layout one dimensional small-medium sized components, where its great at focusing on alignment. So if you see a one dimensional flow of content then flex, but if its more complex-> then Grid is awesome at tackling those scenarios.
Marked as helpful