Questions tagged as 'css'

0
answers

How to customize a page's unicode (emicode)?

In Windows operating systems when using emojis the font used by browsers usually is Segoe UI Emoji    Note: in Firefox it has its own "emojis system", I think it uses Twemoji Mozilla :   - link       What makes Firefox have...
asked by 19.09.2018 / 19:26
3
answers

Go to the next element with next and add a class to the previous one

I'm trying to make clicking on the "next" link one of my lists revealed and the previous one being hidden, using a class that has display: none; , tried with .next() of jQuery but there were some problems, such as , for example, in...
asked by 19.02.2014 / 22:28
3
answers

Align text within select in Firefox

I'm trying to align the text inside a <select> but it's only aligned (by default) using Chrome and IE11 browsers (as it may seem), only in FF (v27.0.1) that the text stays in top. I have tried to use vertial-align:middle b...
asked by 07.03.2014 / 13:18
1
answer

Gruntfile does not correctly rename image paths in CSS files [closed]

My Gruntfile.js is set up as follows: // Performs rewrites based on rev and the useminPrepare configuration usemin: { html: ['<%= yeoman.dist %>/{,*/}*.html', '<%= yeoman.dist %>/views/{,*/}*.html'], css: ['<%= yeoman...
asked by 23.09.2014 / 19:35
1
answer

How to make an image split text from within a limited width div?

How can I make a <img> break text from within a limited% width%? For example, with this code: <style> #imagem { float:left; } #container { width:250px; background:#ccc; } </styl...
asked by 27.11.2014 / 19:52
3
answers

How can I make a certain class appear "..." after reaching a character limit

I wanted you to get an estimated limit of characters when you reached an estimated limit of% to avoid polluting the screen.     
asked by 16.09.2016 / 16:26
4
answers

How to align 7 elements on the same line?

I'm developing this site in bootstrap link However, down in the specialties section, I have 7 elements on the same line. I had to use a "gambiarra technique" to align them, as I did not find a specific class that supports the 7 in the same...
asked by 13.11.2015 / 13:36
2
answers

How to insert a first line indent with css?

I do not know if the name is indentation, but how do I apply this space as in the image below in my paragraphs with css? Are there any class in the bootstrap?     
asked by 09.05.2016 / 20:24
3
answers

DIV / IMG with blurred / blurry background

Make the background of a <img> or <div> transparent like the iPhone's design - blurry, blurred, but only with CSS.     
asked by 21.07.2015 / 03:17
2
answers

Is it possible to combine first: child with: hover?

Is it possible to use these two pseudo-classes together? I have <ul> and I want the first <li> to pass the mouse to have a different property. I imagine it would be something like: ul li:hover:firt-child { } I...
asked by 13.04.2015 / 18:00