Questions tagged as 'css'

2
answers

How do you use align-self?

I have already used many alignments: center, left etc ... but never align-self . How can I use it? I would like to see an application that uses align-self .     
asked by 13.04.2017 / 21:06
3
answers

How to take the space between two inline-block divs?

I aligned two divs side by side, but there was a space in the middle of them, how to remove? #tudo { text-align: center; margin: 0 auto; } .desktop { display: block; } .img { display: inline-block; } <di...
asked by 19.04.2017 / 15:45
2
answers

Bootstrap 3 - Spacing between inputs

I'm building a form that at some point will have 3 columns and more than 4 rows but I can not make that when starting the new row the spacing between the inputs is respected, see in the block "Identification of the Field of Production" ,...
asked by 23.11.2016 / 16:21
1
answer

Create a div with curve

Good morning, I would like to know if it is possible and how to do div with this U curve up and down using only css , I tried in several ways and could not. Thank you.     
asked by 18.11.2016 / 12:36
2
answers

How to check if an element has a class, or has an "active" class

I used .toggleClass() in a div , which after clicking a button, activates the class " menu-active ", if clicked again, it removes it. So far so good. But now, in addition, I need something to check if this class is active,...
asked by 28.11.2016 / 08:01
3
answers

Limit of characters in a DIV

How can I limit the amount of characters that will be inserted into a div?     
asked by 21.10.2016 / 18:30
2
answers

Icon libraries [closed]

I'd like to hear from you, what are the icon libraries you use, preferably free, for example, I started using Font-Awesome, but it did not meet some of my needs.     
asked by 29.09.2016 / 14:40
2
answers

Getting a css property with jquery

Would I have to check a css property with jquery or pure js?    Note: Using is (': visible') is not feasible for what I need. Example: var display = $('.test').get('display').val() if(display == 'block') { al...
asked by 30.01.2018 / 12:17
2
answers

What kind of measure used at the time of building a site for width, height etc ...?

What type of measure is used when building a site, such as width and height. If it's pixel, percentage, dot, centimeter?     
asked by 29.01.2018 / 01:29
2
answers

SVG, Canvas or CSS? I need to make a network of circles with images that interconnect

Well, that's it. I thought of doing using SVG and bordered image but my concern is about responsiveness, on smaller devices it will get all messed up I wanted a way for lines to automatically connect to images regardless of where the...
asked by 06.03.2018 / 02:58