Posts by Luiz Filipe • 15 points
4 posts
-
0
votes0
answers38
viewsQ: File versioning system
Hello guys I made a simple code in Javascript to update the page cache Follow the code: //sistema de versionamento de arquivos var number = Math.floor(Math.random() * 999999999 + 1000000) //gera um…
-
0
votes2
answers238
viewsQ: Problems with :checked css
I’m trying to make a menu appear when the checkbox is checked /* Menu Mobile */ .mobile{ position: fixed; display: block; } .mobile input{ display: none; } .mobile label{ color: yellow; font-size:…
-
0
votes0
answers38
viewsQ: Video that completes the entire screen
I want to make my video complete the whole browser window, I tried to put with width and height 100%, but it doesn’t work. Only Width fits the screen but height does not. Html code: <!DOCTYPE…
-
1
votes2
answers83
viewsQ: Align menu to center
I want to ask for help with something I’ve been trying to do for a long time. I can’t, I’ve seen several posts and no one really explains what’s wrong or what I should do. I’m trying to line up a…