Posts by Leonardo Dias • 131 points
5 posts
-
1
votes1
answer264
viewsQ: Impose ! inline CSS attribute
I have a big problem to solve here and even though I think there is no solution I want help, I will not be seeing the problem as a whole... I have the following code on a page: .elemento { width:…
-
1
votes2
answers82
viewsQ: Error when referencing an object’s value in another javascript object
I have the following variable with several objects inside: const dados = { estudouNaFaculdadeAno: { metricas: { ano: [], invalido: { num: 0, palavras: [] } } }, estudouNaFaculdadeCurso: { metricas:…
-
1
votes1
answer30
viewsQ: Transition not running at the same time on different elements
Guys, I have a problem in the transition CSS3, I have an icon in Font Awesome and link text that changes from white to light green on :hover, but when taking out the mouse the color changes one in…
-
5
votes2
answers2346
viewsQ: Align image next to text while respecting vertical spacing
I’m trying to get the images aligned to the right, respecting the spacing between the tags <p>, but it’s getting like this: I need something like that: My HTML code is as follows:…
-
4
votes2
answers278
viewsQ: Add attribute via CSS if the following element contains x element inside
Hello! I don’t know if I could be very clear with the title of my question. But my question is with the following code: <div id="newsletter" class="col-sm-12"> <div class="news-title">…