+ 1
Help with layout
hello, I need to add to the existing section with teachers 2 more sections Events and Class Schedule, they should be located after each other, but when I added Events, it fit into the section with teachers. help me please https://sololearn.com/compiler-playground/WL1yCdFDR2ah/?ref=app
1 Resposta
+ 6
Hey George Mysterio , I noticed that your code sections aren't really standing out from each other. To make things more organized, you might want to consider using div containers with unique IDs, which will help you name and separate them.
Alternatively, you could try using semantic HTML. Such as <section> in place of the <div>.
More info about that here: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/section