Posts by Guilherme Carvalho • 36 points
3 posts
-
1
votes2
answers134
viewsA: Can only do this with CSS3
CSS .menu{ margin: 10px; } .ret-cinza{ position: relative; height: 50px; width: 32px; left: 3px; background: grey; } .tri { top: -48px; left: 5px; width: 0; height: 0; position: relative;…
cssanswered Guilherme Carvalho 36 -
1
votes1
answer202
viewsA: I can’t handle the css from the Bootstrap Menu
CSS .navbar .navbar-inverse{ border-top: 1px solid black; border-bottom: 1px solid black; margin-top: 20px; background-color:#6495ED; text-align: center; padding: 10px !important; height: 40px; }…
-
0
votes1
answer100
viewsA: Problems with float css property
.banner-01-header{ position: relative; height: 700px; } .banner-01-header .content-header{ text-align: center; font-family: 'Ubuntu', sans-serif; } .banner-01-header .content-header .logo-center{…