Questions tagged as 'css'

2
answers

Place text at the bottom of the circle in css

See how it is Ineedtoputthetextatthebottomofthecircleusingcss..Ihavethecodehere link .circle{ height: 37px; line-height: 37px; position: absolute; background: white; border-radius: 52px; width:...
asked by 19.07.2017 / 18:34
2
answers

Why margin-top affects the parent div

Because when I give a margin-top in the child element, does this affect the parent element? See the example below: body{ background-color: #aaaaaa; } .topo{ width: calc(100% - 20px); max-width: 1200px; height: 130px; display:...
asked by 17.10.2018 / 14:26
1
answer

How to put a Search Icon / Button inside an input with Bootstrap?

<form class="form-inline my-2 my-lg-0 pl-3-lg"> <input class="form-control" type="search" placeholder="Pesquisar" aria-label="Search"> <button class="btn btn-dark ml-1" type="submit"> <img src="img/sear...
asked by 07.09.2018 / 19:31
2
answers

Arrange number of divs / columns per row

I have a responsive website, and I have a list of products. On the desktop it is OK, for example: |PRODUTO 1| |PRODUTO 2| |PRODUTO 3| |PRODUTO 4| |PRODUTO 5| |PRODUTO 6| |PRODUTO 6| |PRODUTO 7| |PRODUTO 8| On the cell phone, s...
asked by 22.05.2017 / 20:42
2
answers

Background-position is not working

Hello everyone. I used the image-replacement technique, I tried to leave the image centered using the background-position: center center, but the position of the image remains unchanged. Someone could tell why background-positioning is not worki...
asked by 07.08.2017 / 22:54
3
answers

headers Block size

So guys, I'd like some help here with css. For example: I have an h3 <h3> Bem Vindo ao Portal do Cliente </h3> When I go to see in the browser, I have the text and box of h3. WhatIwantedtodowasmaketheh3boxthesizeofthet...
asked by 24.07.2017 / 15:49
2
answers

how to make editable radiobutton?

Next, I will have to add radiobuttons dynamically, in that they will have to be able to write. They come as label ne? I needed to be able to edit this label, it could be a text too, the important thing is to be able to add the radiobutton and th...
asked by 12.06.2017 / 20:11
2
answers

Placeholder color does not change when the mouse is over it in another theme

I have the following search box whose placeholder is custom even in hover , however when I change to high contrast mode of the site, it does not change the color of placeholder when in hover . Note that hovering over t...
asked by 19.04.2018 / 15:35
3
answers

Cut word with CSS

I have the following div. <span class="credit-font" id="valYearCD">2036</span> I need the content from within 2036 to be reduced, and any content that appears within that div, show only the last two numbers, in case it would jus...
asked by 30.05.2018 / 19:56
2
answers

Create JavaScript mask using jQuery

I have a client registration page in my MVC project requesting default data like name, cpf, dt nasc ... I need to create masks of these fields. After searching I came to the DigitalBush plugin. So I liked it and I want to adhere to it. How...
asked by 05.05.2017 / 02:25