Questions tagged as 'css3'

1
answer

CSS - Selector "::"

In studies of CSS selectors, we have seen the :: selector at some point. But I did not find specific reference on this keyword :: isolated. That is, I just saw it being applied in selectors mostly related to pseudo-elements.   ...
asked by 29.04.2017 / 21:16
1
answer

Centralize nav element

I can not centralize the <nav> element HTML: <nav class="menu"> <ul> <li><a href="index.html">Home</a></li> <li><a href="#">Responsive</a></li>...
asked by 06.05.2014 / 18:32
2
answers

How to apply scrollbar only in the tbody element in an HTML table?

How to apply scrollbar (scrollbar) only to element tbody , thus leaving element caption and thead fixed in table, without moving when scrollbar moves. > Below is the HTML and CSS of the table: bo...
asked by 10.06.2016 / 18:56
1
answer

Back to top button with CSS only. Mild scrolling with only CSS possible?

I know that here on the site there are a lot of Soft Scroll and Button issues for "back to top" ( back to top ), but they all involve JavaScript or jQuery, but this não is my goal. I would like to make or know if it is now possib...
asked by 29.10.2018 / 13:19
1
answer

How to put signals between td

How can I put signs or images in the middle of the edges of a table, as in the image?     
asked by 04.11.2016 / 23:09
2
answers

How to make a vertically zebrated table (toggle column colors)?

I know how to make a horizontally zebrated table, ie each row with alternating colors (the famous color yes and no color). I wanted to know now how I could by css to change the colors of the columns: the first column of a color and the second...
asked by 08.04.2017 / 17:56
2
answers

Turn text into italic on hover!

Well, I have a paragraph and I want it to stay with font-style: italic; when I move the mouse over, what properties should I do in :hover ?! I would like it to be a 0.3-second transition     
asked by 23.12.2017 / 14:25
2
answers

Scrollbar Customization

Today, can we only use CSS to change the scroll bar customization of a DIV? If so, how can I do it? Otherwise what is the best script and how to use it?     
asked by 01.10.2015 / 22:38
2
answers

Responsive Source as you adjust the screen size

I have a responsive website only that the same letter putting in%, Rem or EM does not adjust. Then it is possible to make the font change for example a window with the length 1000px and font-size in 1.8em (18px)
asked by 13.06.2015 / 00:36
1
answer

How to customize buttons for social networks?

I was wondering how do I customize buttons for sharing something on some social network. In the web there are already the default buttons but I wanted to customize them just by using CSS. I plan to do as these here: link     
asked by 30.06.2015 / 03:07