Posts by Afrânio Alves • 1 point
2 posts
-
0
votes1
answer25
viewsA: JSX elements included in closing tag
Error says that all elements must be within a tag only. Your div with the className="services" is out of div with the id="start". Put it inside the div start.…
-
-1
votes2
answers25
viewsA: Div losing size fixed when have another div with 100% width on its side
777- You should use the same measure in width, in div1 you are using a fixed measure (px) and in div2 you are using a relative measure (%), div2 is discounting a few pixels in div1 to complete the…