Posts by Hudson Holanda • 39 points
9 posts
-
-1
votes1
answer60
viewsQ: Align div inside a Box
I’m using flexbox, inside the father div I put a div with text, initially is positioned at the top, I want to position this div at the end of the father div. But when I put position relative; and…
-
0
votes1
answer1473
viewsQ: Stylize the native HTML5 video player
Is there any way to style the native HTML5 video player? If so, how? Note: I do not create my own player because it is only a basic change.
-
0
votes1
answer52
viewsQ: Left and Translate
I recently saw that some programmers are using left and translate, instead of left and margin. Example below .container{ width 100%; border: 1px solid black; height:300px; } .bloco1{ width:50px;…
-
1
votes2
answers923
viewsQ: Inside For (Explanation)
I returned to study logic, because I was studying only front-end and hit me a very rough doubt, about one was of another. for (var i = 1; i <=10 ; i++) { for (var i2 = 1; i2 <=10; i2++){…
-
0
votes1
answer20
viewsQ: Create only one and not several modals
Well guys I have a registration system and in the part of updating the user data he generates me a modal, but the page is getting heavy because there are many records and each record has a modal, as…
-
1
votes0
answers228
viewsQ: Bug Carousel inside modal Materialize CSS
I have the following bug, I have a modal and inside it I put this Carousel. <!DOCTYPE html> <html> <head> <!--Import Google Icon Font--> <link…
-
1
votes0
answers159
viewsQ: Close Nav side when performing the function of scrolling the page
/posts/252168/edit# section{ height:100vh; width:100vw; } #a{ background-color:black; } #b{ background-color:red; } #c{ background-color:green; } #d{ background-color:blue; } <!DOCTYPE html>…
-
0
votes1
answer999
viewsQ: Line spacing
I’m using the Materialize Framework on a website, but when I create two lines it gives me this spacing, someone knows how to fix? <!DOCTYPE html> <html lang="en"> <head> <meta…
-
0
votes2
answers130
viewsQ: How to identify a device?
I need a Javascript function, for when the user enters my site it detects if the same is using a smartphone, tablet or desktop
javascriptasked Hudson Holanda 39