Posts by Felix • 13 points
1 post
-
0
votes1
answer27
viewsQ: Like a Block display when scrolling the page
<html> <title>Menu div</title> <head> </head> <body> <style> * { padding:0; margin:0; } .menu{ width:100%; margin: 0px auto; padding: 8px;…