Questions tagged as 'css'

4
answers

Create a triangle with CSS

The squares that show the color of an item can have up to two colors that in the latter case should be presented as below: Both colors are applied in the CSS property background . What is to be done is to have a square to present th...
asked by 24.01.2014 / 16:18
5
answers

Why put JS, CSS and images on another server?

On most sites I noticed that they use another server to load scripts, CSS and images. Why do they use it?     
asked by 04.04.2014 / 14:14
4
answers

How does grid system work?

I'm using Bootstrap in a project, but so far I do not understand how the structure works. It uses grids but the documentation is not clear about how it works and how to use it. I want to put together a layout that is responsive but at the...
asked by 11.03.2014 / 17:38
2
answers

How to prevent content selection with CSS?

How to prevent text / content selection from my web page with CSS? This would be extremely useful for buttons, anchors, tags and other elements that could be selected without the user's interest ...     
asked by 18.12.2013 / 17:42
1
answer

What does the asterisk in "* {}" mean in CSS?

Sometimes I get sites ready to edit and I notice that in the console it appears: * { /* código aqui */ } What does this asterisk mean?     
asked by 02.06.2017 / 14:08
3
answers

When should I use the / img tag or the CSS background property?

When should I use a </img> HTML tag to display an image? And% of% CSS? Factors such as accessibility and browser support can influence the choice?     
asked by 16.03.2017 / 15:12
2
answers

What is CSS Aural?

The CSS we know formats the information delivered by HTML. This information can be anything for example: image, text, video, audio or any other element created, that is, CSS formats the information. I found the term CSS AURAL that combi...
asked by 09.02.2017 / 16:26
2
answers

What is the use and when to use version in .js and .css files?

What is the use and when to use file.js? v = 123 (example) file.css? v = 123 (example) What benefits and how the browser interprets this     
asked by 20.11.2014 / 12:04
6
answers

How to create geometric shapes using CSS?

How can I make the geometric shapes below using preferably CSS? If it is not possible to do using only CSS, I also accept responses with other methods.     
asked by 24.11.2015 / 17:29
3
answers

How to add a CSS class to images that did not load?

I have an HTML page with numerous images displayed as follows: <img alt="img1" width="50" height="120" src="my_image.jpg" /> <img alt="img2" width="50" height="120" src="another_image.jpg" /> <img alt="img3" width="50" height=...
asked by 04.01.2014 / 15:51