Questions tagged as 'css'

3
answers

How to have more than one border in an element with CSS

I have an element, but I wanted it to have multiple edges. I did not want to have to use multiple divs for this ... I wanted something around 10 to 8 borders. Is there any more practical way of putting more than a border and an...
asked by 16.10.2018 / 19:51
3
answers

How to make a background of a SVG element in a decent way?

I develop sites that have the company logo on SVG , but wanted to know how to easily test or force it to replace SVG when the browser does not support it. So I could have the PNG logo to replace.    Generally I put the SGV as the backgro...
asked by 27.02.2014 / 14:34
1
answer

What does - specified in: bootstrap css root?

It's just a question that came up when you snooped the bootstrap css, this is something I do not know and I did not find the answer on google about it ... goes a piece of code: :root { --blue: #007bff; --indigo: #6610f2;...
asked by 15.05.2018 / 17:31
3
answers

Image Border within Select Radio after choosing an option

I have a virtual store in which it generates the following HTML of a select that has image inside it. I would like to hide the input (ball of the select radio) and display only one border in the image that is selected that will mat...
asked by 03.07.2017 / 17:35
2
answers

How to leave a text centered between two horizontal lines?

I need to use a text centered on the page and between two horizontal lines in all project titles, as follows: Title text has magin: 0 35px , is dynamic, and horizontal lines should increase or decrease accordingly.     
asked by 25.02.2015 / 20:59
2
answers

Is it possible to use style sheet in an application?

I'm starting a development in Eclipse, however the style is very ugly, borders, letters etc. Is it possible to use CSS on Android?     
asked by 13.02.2015 / 17:41
3
answers

Footer "stuck" at the bottom of the page and responsive (variable height - using bootstrap)

I've been following similar questions here in stackoverflow and other network sites, as well as tutorials on the internet, but the vast majority of the solutions do not work as I need them, or even are incompatible with the bootstrap system....
asked by 11.05.2015 / 08:17
1
answer

Mounting a site style map bomnegocio.com

Well, I'd like to know how to create a style-like map of the bomnegocio.com site. I do not know if there is a single image or several grouped images on that map. Could someone give me a light on how that effect works?     
asked by 13.06.2014 / 19:29
2
answers

How to leave a span in the center of a div both vertically and horizontally

I have text that I want to manipulate with effects, but I need the text structure to be correct. The structure I need to do is to have each letter exactly in the middle of a div (one div for each letter). I tried using span but I was not success...
asked by 18.12.2015 / 13:32
8
answers

How to make a DIV fill all the available width

I have two divs, one with fixed width, 250px; which is on the left, will be a set menu, always left. And another div on the right that I want to make it 100%, whenever the user manipulates the corners of the screen, it was 100%. Something lik...
asked by 24.02.2014 / 13:32