Questions tagged as 'css3'

2
answers

Perspective shadow with CSS

I have a div of 950x350 pixels and would like to create a perspective (and blurred) shadow as shown in the code below (run in full screen): #slider{ width: 950px; height: 350px; background: blue; position: relative; } #...
asked by 25.09.2018 / 00:49
3
answers

Meaning of the term "Fluid Layout"

In surveys, I came across a series of articles talking about Design fluido .But the majority with no clear explanations. I want to know what this means in development Frontend ?     
asked by 19.12.2016 / 20:02
2
answers

How to add a font to a select?

I have the following link: <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800"> And I would like to add it to a select....
asked by 12.11.2015 / 13:41
2
answers

Windows Phone does not load .font in CSS

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc. Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources...
asked by 21.05.2014 / 14:44
2
answers

How to change style of higher brothers?

I have a parent element (div # workarea) that has four children: figure#start , p#first , figure#start2 and p#second : <div id="workarea"> <h1 id="title">Área de Testes</h1> <figure id="sta...
asked by 01.06.2014 / 21:25
3
answers

What is the difference between display: inline-block and float: left

When testing with alignment of div , both have the same purpose But what would be the difference?     
asked by 28.05.2015 / 15:41
3
answers

How to hide a text being bigger than my Div

The purpose of the exercise is to study, I am creating a blog that has stories about dubbing and one of the objectives is to hide the text, which is much larger than my Div, so when clicking on the post the person is redirected to a page with th...
asked by 11.01.2018 / 19:14
3
answers

Hide description with '' Display: none "is bad for SEO?

I have some links on the site and I will add a description for each one of them, and hide the description, but I have a question about hiding with display: none See how I want to do it <li><a href="http://www.facebook.com/d...
asked by 29.08.2016 / 19:31
2
answers

How to create a toggle button with input = checkbox without using the label element?

Create / transform a <input type="checkbox"> on a toggle button without needing the <label> element as in these examples: How to create a toggle button on and toggle off? An example I made based on the Andreas...
asked by 19.02.2018 / 14:12
1
answer

What is and how to use the currentColor attribute in CSS?

What is the currentColor attribute in CSS? What is the purpose of this attribute and what is the best way to use it? I would like some examples to understand better. If the element does not have a color or if the color is in the parent, ho...
asked by 16.08.2018 / 17:41