Questions tagged as 'css'

1
answer

How to make a background of balls with CSS?

I was wanting to make a dotted background, like a lot of balls to do background of a site, Example of what I'm trying to do. IsitpossibletoachievethisresultwithCSSonlywithoutneedinganimage?Itriedwithrepeating-radial-gradient,butitd...
asked by 19.10.2018 / 19:53
2
answers

CSS / jQuery selector for a table column

Is there a CSS or jQuery selector that picks up a column from a table (each% of column%)? Or, if there is no simple selector that can do this, can you do with little code in jQuery / JavaScript?     
asked by 20.03.2014 / 20:19
1
answer

Semantically, which tags should I use for icons?

I have a navigation menu with some icons using @font-face . Each item in this menu has: the icon (with ::before ); text, explaining the function of that link. . It turns out that when the page loads on a smaller device, I wan...
asked by 26.10.2014 / 22:11
1
answer

Element leaves the place in "out-zoom"

In this site , the menu is ul inline , it is inside div with indefinite width of dark color. In ul I put margin-left to align with the bottom blocks ... It happens that in another resolution or when shooting the zo...
asked by 26.10.2014 / 00:10
2
answers

Using multiple classes in a single CSS declaration

I'm learning a bit about CSS and I came to a question, so .header .menu .style-fonte {} Why does the 3 names of a class header menu and style-fonte ?     
asked by 01.04.2014 / 23:50
1
answer

Element Rotation With Arrow

Asyoucanseeinthispicture,insidethedarkgrayballhasanumber.It's100.Thatmeansthepointerhastohit100there.Ifitis0,thepointermustbeinthemiddle.ThepointisthatthisNPS(NetPromoterScore)valueis-100to100.Icannotmakethecountthatmakesthispointerrotateaccord...
asked by 28.07.2016 / 21:47
1
answer

Hide divs with similar ID

I have several div tags with similar id, they all start with cn - , example: <div id="cn-name">...</div> <div id="cn-email">...</div> <div id="cn-pass">...</div> How can I interact with all of them with...
asked by 08.08.2016 / 15:50
2
answers

CSS Reset or Normalize?

I've heard about CSS reset and I'm also aware of Normalize CSS which is a type of reset for browsers to render basic CSS in a standardized way. Looking for the best solution in CSS, I had the doubt: Which one to use?     
asked by 24.11.2015 / 13:18
2
answers

How to leave responsive .svg image inserted directly into html

I have an image of the map of Brazil in svg all mapped and when resizing my page it does not follow this resizing, I have read some articles and tried some solutions and in none of them I succeeded The page with the map and the code is...
asked by 26.11.2015 / 20:23
2
answers

What is the purpose of the ":: before" and "after" pseudo-elements?

I find many codes that use these pseudo-elements and I get "flying" when I see them. The few tutorials I found on the internet did not explain clearly and I was even more doubtful. After all, what is their purpose / function?
asked by 12.01.2016 / 14:28