Posts by Jean Carlos Da Campo • 47 points
4 posts
-
1
votes1
answer434
viewsQ: Float elements with CSS Grid
Good morning friends. I have the following problem: I need to make the elements float with CSS Grid without having a specific Row defined. For example, in the following image, there should not be…
-
0
votes1
answer285
viewsQ: Problem including JS file in project with Vuejs 2
I have the following problem: By including a local file . js in my project with Vuejs I get the following error message. Follow my structure and code: I realized that if you include an external…
-
0
votes1
answer487
viewsQ: Image breaking (HTML, CSS, responsiveness)
Good morning, My problem is this: I’m using the Prestashop. I need those images of the print to be underneath each other, when it decreases the resolution or when it is accessed from a mobile…
-
3
votes2
answers225
viewsQ: Make a hidden form
I am developing a basic CRUD, and I need that when the user click EDIT, open a form below, or side, no matter, with the fields for him to edit such information, and when click 'OK', the field…