Questions tagged as 'css3'

3
answers

CSS Operators with @

As I had asked about the @media operator, I was curious because I saw other operators that started with @ and I would like to understand what is meant by operators like that, and which ones exist.     
asked by 14.12.2017 / 18:28
2
answers

How to make a marquee without the tag marquee?

I need to use a marquee , but as everyone is saying marquee is a prehistoric thing and should not be used anymore, I am in doubt as to what to use in his place. On the MDN website it says this:    This feature is deprecated. While it may s...
asked by 04.04.2014 / 23:19
4
answers

How to leave a layout ready for all resolutions

I know it sounds confusing, is there a way for a layout to be "ready" to be visibly responsive when the client resizes the browser and to any device?     
asked by 23.09.2014 / 19:33
1
answer

What is the use and how to use the "display: contents" of CSS?

Recently I saw that there is a new type of display in CSS display: contents , but I did not understand its intention to use it? link It seems to be just to remove the CSS from the container ... But is that what it's all about...
asked by 20.12.2018 / 13:55
1
answer

Pseudo elements :: after and :: before work in which input types

I would like to know if there is any documentation or article that says where exactly we can use ::after and ::before I have already seen that in the <img> tag, for example, it does not work. I believe it does not w...
asked by 14.12.2017 / 18:53
2
answers

What is -webkit-transform? What is it for?

Then, I find in CSSs this -webkit-transform, but I have no idea what it is or what it is for and God does not know how to respond: I would be eternally grateful if someone could explain or pass me some place where I can read about it. Not...
asked by 15.04.2015 / 20:59
3
answers

What is the usefulness of the tilde operator in CSS?

When reading some of the codes I see that it is common to use tilde ( ~ ) in the selector setting. Ex.: .effeckt-show.effeckt-modal-wrap ~ .effeckt-modal-overlay { ... } Code removed from Effeckt.css .     
asked by 20.02.2014 / 19:17
2
answers

Arrows using CSS only

I would like to know, if possible, to make the following arrow using only CSS: I use to make other types of arrows, using CSS, but whenever I deal with cases like this, where the arrow has a transparent background, I use images.     
asked by 12.11.2014 / 20:01
1
answer

Difference between pseudo-class (colon :) and pseudo-element (double colon ::) in CSS

I would like to know what are the differences between these two CSS concepts, in order to understand and point out what is one, and what may be the other. For example: :hover , ::before . What I've understood so far is that -...
asked by 09.10.2015 / 05:29
3
answers

With CSS is it possible to animate text-decoration?

Recently I saw this animation made with SVG, ButIwaswondering,isitpossibletoanimatetext-decoration-style:wavyin:hoverinordertoachievethesameresult? body { font-family: sans-serif; font-size: 2rem; } p {...
asked by 01.11.2018 / 12:14