Questions tagged as 'css'

3
answers

nth-child does not work

<div class="intro-frases" > <div class="row"> <div class="col-md-6"> <h1 data-segundos="4" class="frases pull-right" >TESTE 1</h1> </div> <div...
asked by 04.04.2016 / 05:13
3
answers

Difficulty accessing CSS and JS files

I have multiple files with css and js on my site and would like to make it difficult direct access to them, but I have no idea how I could do this. For example, in php it's simple to do this, but how could you do this with files...
asked by 15.04.2016 / 16:34
3
answers

How to make the background inside a div occupy the entire body

I want to put an image inside a div that occupies a whole body, that when you increase the screen with the mouse scroll, it continues to follow the size of the whole screen. Example site with background like this: link When you enlarge the scr...
asked by 31.03.2016 / 20:56
3
answers

Change the pointer in a bootstrap-datepicker

I have a bootstrap-datepicker , when I position the mouse over the calendar on the day or in the month browser the pointer that appears is the selection pointer, similar to I , but I would like was that of the hand with the index finger,...
asked by 18.12.2017 / 16:13
3
answers

Declare Css for multiple identifiers

I have some divs where your Css are the same, but their identifiers are different due to Jquery. I need to simplify the CSS that repeat. Is it possible? See that they are all the same. <style> #owl-demo .item{...
asked by 31.08.2016 / 00:53
3
answers

Border radius does not work inside a CSS class

I'm trying to round the edges of a navigation bar through a class and it does not work. link I've marked a <ul> element with the class navbar , removed the padding, the margin and changed the font weight, even though t...
asked by 14.09.2016 / 01:20
5
answers

How to make font size fit automatically to the size of a div

Hello, I have a div of 300px by 300px , in it I leave a text that comes from a database, the problem is that there are times when the text inside the div exceeds the size of the same, leaving impossible to print. I need to know if yo...
asked by 27.09.2016 / 18:43
3
answers

Responsive font-size according to screen size

Can anyone explain / teach me how to make my text increase or decrease along with the screen size? I read a bit about REM , but I did not quite understand. I do not really know if this applies to the case.     
asked by 11.02.2014 / 17:16
2
answers

Is there a css selector that I can select an input of type submit only when it is triggered / clicked

My question is as follows: Is there any way to just select a css tag with css only when it is clicked / clicked.     
asked by 06.12.2018 / 21:29
2
answers

Mouse cursor - JavaScript and CSS

cursor: pointer is a CSS property that defines the mouse cursor as a "pointer" over a given element. So far everything is quiet, it is worth mentioning that in JavaScript I can also add a mouse cursor to a certain event. document...
asked by 20.09.2018 / 02:13