Posts by André Montório • 1 point
3 posts
-
0
votes3
answers759
viewsA: Center menu on page
Try it this way: #topNav .nav-main { display: inline-block; }
cssanswered André Montório 1 -
0
votes1
answer1028
viewsQ: Click Outside Angular 6
I upgraded my Angular from 4 to 6, and consequently had a problem with my Outside click directive, it stopped working on all components. my directive: import { Directive, Output, EventEmitter,…
-
0
votes1
answer77
viewsA: How do I change the background color of the element if there is a child element?
There are no Parent selectors in CSS. There are several ways to dynamically select the parent of an element, but they all involve a bit of Javascript such as jQuery’s Parent() method. Using SASS,…
sassanswered André Montório 1