Latest solutions
Responsive Recipe page using css flexbox
Submitted 6 months agoI think i may need help with the height and width of my recipe
Responsive social links profile using css flexbox
Submitted 6 months agoI just want help to arrange the element inside th profil links so that it match the design
Mobile-first solution of a blog using CSS Flexbox and Box Shadow
Submitted 7 months agoTo adjust the image in the div
Mobile-first solution using CSS Flexbox
Submitted 7 months agoi would like help space between my element in my qr code component
Latest comments
- @LukasBFrontend@djklive
Hello
Great jog on this challenge.
a part from the difference of the height between your solution and the design, i think it is perfect
- @filipangel@djklive
Although it is just a little bigger than the design congratulation on completing the challenge
- @Yaretzky@djklive
Hello there. You did a great work !
I have a suggestions.
Your solution is a bit different compared with the design so i propose you can modify a bit the width and the height of your
article
so that it can match the design.I hope you fine it helpful.
Good time coding
Marked as helpful - @LunaHeuguerot@djklive
Hello there . i have a suggestions : To center horizontally your qr-container you give a height to the body and use the css properties
display: flex
andalign-items: center
Here is an examplesbody { height : 100vh; display: flex; align-items: center; }
I hope you find it useful