CSS help pls
CSS help pls
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- ethios0
spans are inline elements so they naturally try and place themselves inline with the other spans, if you want elements to have their own new line either set the attribute display: block on the span or use divs which are displayed as block by default