Questions tagged as 'css3'

1
answer

Touch-action what is it for? CSS

I'm getting a warning in the Google Chrome console:    [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See link   e @ 332526c6e8d3fc1326ad773f97b0a486.js: 5029   dispatch @ 332...
asked by 05.12.2017 / 13:16
1
answer

How to make all the characters stay in the same height

I want to put all the elements of a div at the same height as in this image: Somineislikethis: MyHTML:<divclass="banner"> <div class="container"> <div class="conteudo-banner"> <h1>Kerline</h1>...
asked by 20.10.2017 / 19:02
2
answers

CSS with custom list-style-type in awesome fonts

How can I alert the list-style-type bullet to a fontawesome icon? <!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome...
asked by 24.01.2018 / 19:31
1
answer

css selector with nth and not [closed]

I have a form with flexbox , only when an error is entered a div of alert , breaking layout . There are some fields that are 50% on the same line <form method="post" action="XXX" class="form-login"> @if($m...
asked by 25.08.2017 / 18:10
1
answer

Bootstrap menu does not work

I'm developing a web application and put it in the bootstrap menu link Menu in normal page width Butbyreducingthewidthofthepagethemenudoesnotlooklikethis. Staythesame HTML<divclass="body-wrap" > <div class="container" >...
asked by 07.10.2017 / 19:28
3
answers

Transparent menu with color change when moving the mouse

How do I make the menu effect at the top appear transparent showing an image and when moving the mouse appears a bar with color equal this template. Could someone give me a tip? Example: link     
asked by 16.08.2017 / 05:20
1
answer

Animations with css

Hello, I have a question regarding animations with css, I have a page made in HTML for an Internet system of Things, that when the user clicks on the drink the system sends a request to a server that in turn sends to an arduino, but beyond that...
asked by 24.06.2018 / 20:42
3
answers

Hide text when it does not fit within the div [duplicate]

I have a div with the following class c-txt , note that when the text does not fit inside it, the text is summarized with three dots (...). I need to do this with the div txt to avoid breaking the buttons. Does anyone know h...
asked by 05.07.2017 / 20:00
1
answer

How to put border on select arrow with CSS?

I have this select with html and css: HowdoIputaborderonthesideofthearrow?So:     
asked by 08.06.2017 / 00:09
2
answers

Hover is not displaying correctly

I have a a no link, only for the display of additional information, but it is not being displayed correctly. I wanted it to be displayed as follows: However,itisdisplayedasfollows: BelowisthecodeHTMLandCSSused:CodeHTML:<aclass="too...
asked by 16.10.2017 / 19:56