@EngrRezCabSubmitted 8 months ago
Opondo-r
@Opondo-rAll comments
- @Opondo-rPosted 8 months ago
The solution includes semantic HTML, although to a small extent. I have used <footer> for the footer information and wrapped my content in the main division, which acts as a parent container for all the other divisions. The code is accessible via GitHub and resizes accordingly on varied screens. The sizing is courtesy of <meta> tag which contains attributes for page resize and zooming according to the screen dimensions. I think the code is well structured. I have separated styling from the content code. I have used divisions to bring about layout.
0