Posts by Paulo Monteiro • 21 points
2 posts
-
1
votes1
answer22
viewsQ: background-size: cover. Is there any way to add a percentage value?
I want to add an Event Hover that slightly increases the size of the image I’m using from the background, but to keep it responsive accurate background-size:cover. follows an excerpt of code made…
-
0
votes1
answer25
viewsQ: How to use destructuring assignment to build a new object with common attributes?
I have an array with the following objects: 0: {nome: "Ricardo Graciolli", id: "2", atendimentos: "12", horario: "12:00"} 1: {nome: "Ana Paula Germano", id: "3", atendimentos: "12", horario:…