Posts by Carlos Alberto • 53 points
6 posts
-
-2
votes2
answers288
viewsQ: How to overwrite an image without Absolute? HTML+CSS
My goal is to insert a background image that can be written over with <h2>, <p> etc above it, but without using the position: Absolute because it interferes with page sub-menus by…
-
0
votes1
answer39
viewsQ: How to fix this error of HTML+CSS Sub-Menus?
The submenus of my menu appear without having to pass the mouse in the Menu, when passing over the 'ul' of the submenu they already appear, I ended up getting lost in my code and now I do not think…
-
-2
votes1
answer93
viewsQ: How to add this "bar" above the menu? HTML+CSS
How to add a bar like the one Stackoverflow has at the top above the menu? I know it seems to be a very ignorant question on my part but I find a lot of difficulty in HTML and CSS!…
-
0
votes1
answer477
viewsQ: How to add a logo to the HTML+CSS menu?
What is the correct way to add a logo or only the "name" of the site on the left side of the menu? * { margin: 0; padding: 0; } .menu { width: 100%; height: 50px; background-color: #1a1a1a;…
-
1
votes1
answer135
viewsQ: Menu animation using HTML+CSS
How can I make an animation with the "appearing" submenu and when it disappears do a "disappearing" effect using CSS? * { margin: 0; padding: 0; } .menu { width: 100%; height: 50px;…
-
3
votes1
answer97
viewsQ: How to align a menu made in Nav HTML+CSS
I try to line up in all ways with text-align: center; but none of it works and when I spacing with left the sub-menus are misaligned from the menu! * { margin: 0; padding: 0; } .menu { width: 100%;…