Posts by Luiz Filipe • 7 points
2 posts
-
-2
votes3
answers1321
viewsA: Why is it not recommended to use "_" (underscore) in HTML/CSS?
I’m working with BEM’s methodology and I’m really enjoying it, readable code is all! A simple summary: The acronym BEM for Block Element Modifier (Element Modifier Block), suggests a structure to…
-
1
votes3
answers388
viewsA: Vertical menu disappearing below the footer
Maybe it can be right to put it this way: #menu { position:absolute; height:0; width: 15%; top: auto; bottom: 0; left: 0; right: auto; margin-top: 2%; margin-bottom:5%; padding-bottom: 30%; (…