Posts by Lucky • 195 points
8 posts
-
1
votes1
answer82
viewsQ: Select with different behavior on mobile
I’m making a script (I don’t know if it’s the best way, I’m beginner). Script behavior: The behavior of the script is as follows: There is a select asking how many pizzas you want, when answering I…
-
-3
votes2
answers5456
viewsQ: Remove space between words in Excel
I have a spreadsheet of 7 thousand lines and I need to remove the space between the numbers. I tried to use the function ARRUMAR or TRIM but it didn’t work. On the spreadsheet it’s like this: 11…
-
1
votes1
answer3085
viewsQ: How to create a horizontal overflow?
Next, I am editing a site using wordpress and I have some limitations regarding the use of html and etc, I wanted to create a horizontal overflow, so instead of staying as in the image below, the…
-
1
votes1
answer119
viewsQ: Text larger than the button
I got a problem I can’t seem to solve. I made an accordion, as in the image below using bootstra 4, the desktop version of it looks like this: But the cell phone version the text gets bigger and…
-
0
votes0
answers14
viewsQ: Transition effect on image
I can’t explain very well what the name of this effect is, but can anyone give me a light on how to do it? Or the name of it at least, I thought it was cool, I wanted to implement it on the page I’m…
-
6
votes3
answers2842
viewsQ: Swap the image on smaller screens
I have the following code: <div class="container-fluid"> <h1> Áreas de Atuação </h1> <div id="hr-atuacao"> <hr> <div class="card-columns"> <div…
-
0
votes1
answer69
viewsQ: Why can’t I create the <div> in the right place?
@media (max-width: 1200px) { .navbar-light .navbar-toggler { font-size: 30px; display: inline !important; border: none; } #menu-exp { display: none; } .navbar-toggler { text-align: center; position:…
-
0
votes2
answers871
viewsQ: Button "hamburger" does not work
Can anyone tell me why the button is not working? It was meant to show by clicking on it, but for some reason nothing is happening. ( Using the class "Collapse navbar-Collapse" I managed to do what…