Help with layout | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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

13th May 2024, 7:25 PM
George Mysterio
George Mysterio - avatar
1 ответ
+ 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
13th May 2024, 7:57 PM
Chris Coder
Chris Coder - avatar