Questions tagged as 'css'

3
answers

Mask in form only in html and css

I'm starting in HTML / CSS and trying to mask just those tags (HTML / CSS) for the fields on my form. Is it possible or should I use JavaScript to import the masks? <label for="campo3">Data de Nascimento</label> <input id="...
asked by 05.03.2018 / 20:48
1
answer

word-wrap: break-word; is not working vertically

See a working example in this jsfiddle The text: "text should be broken" it is not breaking and respecting the space of the td. Thank you.     
asked by 01.02.2018 / 14:47
1
answer

Beveled edge transparenet with css only

There is a simple way to make a beveled border with only CSS, but transparent. No need for svg, png, etc? SeewhatI'vedonesofar: link .home_fundo{ width: 300px; height: auto; background: url(http://www.simi.org.br/files/Jan...
asked by 05.03.2018 / 18:47
1
answer

Fit CSS form icon

I have the following form However,theh3iconfromabovewasOK,butthenexttitlesthatIput,areontheformside,howdoIadjustit?HTML:<h3class="titulos_cadastro"><i class="rt-icon2-waves"></i> Dados Profissionais</h3> <...
asked by 25.02.2018 / 13:43
1
answer

Checkbox MaterializeCSS label

I need to build this image structure, but I can not get the radio input to be on top of the image using MaterializeCSS. Anyone know of a solution? Hugs! HTML Ex: <p> <input name="group1" type="radio" id="test1" /> <labe...
asked by 26.02.2018 / 14:46
1
answer

Center button vertically inside nav boostrap

As I center this button inside a nav-item, the html looks like this: <nav class="navbar navbar-expand-sm bg-light navbar-light sticky-top"> <div class="container"> <a class="navbar-brand" href="#"> <img src="im...
asked by 26.02.2018 / 17:25
2
answers

Menu responsive only with HTML and CSS (target function)

I do not master the art of scripts and am creating a responsive menu page. I've done a lot of research and I'm testing a form that has not worked so far. I created the following code html : <div class="header" id="menu-...
asked by 07.02.2018 / 18:47
1
answer

Header with bg responsive

I'm starting a project now and I want to leave the header responsive, but I can not. The header has an effect in js that changes the images to each refresh, but I can not assign the correct height to be responsive, it only works in px, and px is...
asked by 30.01.2018 / 19:10
1
answer

Html Css and Php Dynamic content in DIV

I am developing a website and in it I created a service area where through CSS, HTML, PHP and Laravel I display the content dynamically, I make a foreach ... As I do not limit how many records the user can include, he can include as many as h...
asked by 21.02.2018 / 20:24
1
answer

Navbar bugada no resposivo

My site has a bug that I do not know when it started, it was working normally, when I clicked on the hamburger menu the menu went down with the options with a white background and below the nav, but now it is opening over the nav makes it cut on...
asked by 15.03.2018 / 13:32