Posts by Jonathan • 21 points
7 posts
-
-1
votes1
answer57
viewsQ: Change another class (CSS) noscript
Hello, in the code below I want to change the class color selected image when passing the mouse in the class images. The code example works by hovering the mouse on area_de_images, editing failed…
-
0
votes1
answer17
viewsA: Div Relative Inside tag Center Inside Div Fixed
I did it! I share ;) <style> *{margin:0;padding:0;} body{height:120%} #externa { align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; } #interna {…
-
-1
votes1
answer17
viewsQ: Div Relative Inside tag Center Inside Div Fixed
I want to leave paginations in the center of the div and grow centrally, but this div has to be fixed so I thought to leave inside another div relative inside other relative does not fit with the…
-
-2
votes1
answer40
viewsQ: display:table next to footer
Hello! I’m trying to leave a div next to the rodape. I am using display:flex and with this I can not use percentage. Can someone enlighten me on how to solve this somehow... <style> *{…
-
0
votes2
answers369
viewsQ: Flex vertical alignment
I can’t align the blocks vertically once the line is broken, they’re too far apart: <style> body{ background:black; } .flex-start { align-self:flex-start; } .wrap { flex-wrap: wrap; }…
-
0
votes1
answer500
viewsQ: Blocks side by side above and below
Hello, I’ve been postponing this doubt and leaving aside [...] I look for a simple solution to leave blocks of tables side by side. In this example the blocks start at the bottom edge up with…
-
2
votes2
answers614
viewsQ: Move fixed div along with browser scrollbar horizontally
I have an unsolved complication... I thought, I thought and I couldn’t solve. body{ min-width:900px; min-height:700px; } #topo{ margin-top:0px; position:fixed; width:100%; height:40px;…