+ 1
CSS Style
Hello. Kind of new to coding and Web development and wanted some help on the following matter. I've been given a task that involves a lot of flexbox and grid elements but can't configure the right format on my html. Could do with some pointers.
4 Respostas
+ 4
Share your code via codeplayground so that we can see.
+ 2
if your browser is chromium based, then open the inspector search for the existing problem, and under the "display: flex" you will see a square. click on it and you are able to see the options. click to other to see the changes.
keep it in your mind: those are only temporary changes! does not affect your project!
you can see the result. if you are happy with that, just copy your modifications to your existing css, save it, and reload the page...
here are some examples about flexbox and grid:
https://www.w3schools.com/css/css3_flexbox.asp
https://www.w3schools.com/css/css_grid.asp
+ 1
Thanks guys for the help and for giving me some pointers, I'll use them in my projects.
:)
0
here are some more resources regarding the usage of flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/