CSS Style | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

11th Dec 2023, 2:08 AM
Trisha Waku
Trisha Waku - avatar
4 Answers
+ 4
Share your code via codeplayground so that we can see.
11th Dec 2023, 3:19 AM
Chris Coder
Chris Coder - avatar
+ 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
11th Dec 2023, 7:45 PM
Mihaly Nyilas
Mihaly Nyilas - avatar
+ 1
Thanks guys for the help and for giving me some pointers, I'll use them in my projects. :)
15th Dec 2023, 4:03 PM
Trisha Waku
Trisha Waku - avatar
0
here are some more resources regarding the usage of flexbox: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
11th Dec 2023, 10:04 PM
Angelo Abi Hanna
Angelo Abi Hanna - avatar