Questions tagged as 'css'

3
answers

How and what is the best way to use CSS fonts?

You can only view a font on a website if that font is installed or came in the operating system or browser of the computer. I've been searching and found a few different font types that can be used in CSS . With so many types of...
asked by 22.03.2017 / 14:56
3
answers

How to make a DIV with crossed text. Type a text passing through a DIV

Is there any way to make a text transpose a div , type entering from one side and leaving the other? My idea would be something like these images. Where text starts from one side and traverses on the inside of div . Is there any...
asked by 14.09.2018 / 20:56
5
answers

Ignore CSS in certain section of the page

Let's say I have some CSS of the type: #foo input { background-color: black; color: white; /* seguem mais um milhão de propriedades */ text-align: center; z-index: 9000; } All% with% child of input will have all t...
asked by 02.05.2014 / 23:55
2
answers

How does the display property work?

I've been better researching the functionality (values) display and its features. I realized that she has many possibilities. Some pretty obvious and some rather complex for the novice developer. I think these features are the most con...
asked by 14.03.2017 / 17:30
5
answers

Line with image in the middle

I wanted to stylize a hr that would support an image in the middle. Type:    ------ image ------ I thought about making the image already with a line ready in Photoshop, but this makes it difficult to be responsive. Is it possib...
asked by 10.08.2015 / 15:12
1
answer

CSS display and visibility - Effects on SEO

I'm doing a website and applying some SEO techniques, however I have a div that needs to be hidden (property display:none; and visibility:hidden; ). What is the effect on search engines for this DIV element? Would it work in the sam...
asked by 26.10.2014 / 18:48
2
answers

How to make an animation in CSS with drag effect. Motion blur

I'm trying to put an animated% css in CSS with loader on a page, but I'd like to put a "drag effect" on it as if it blurred a "blur" in> following the element when it moves ... Type this image ButI'veonlybeenabletogethere...Anyoneh...
asked by 25.10.2018 / 15:48
4
answers

Is it possible to change the color of the mouse cursor via CSS?

I know that it is possible to change the style (type) of the mouse cursor via the cursor property in the CSS. But does anyone know if it's possible to change the cursor color? In an application I would like to have the pointer c...
asked by 31.01.2014 / 21:37
1
answer

Hide default component [arrow] form select in IE

I have a problem here in IE. I'm styling the select component of the form, hiding the arrow that comes by default from the browser to load an image in place of the form. In FF and Chrome it was quiet, but IE is displaying the default arrow...
asked by 25.02.2015 / 16:10
1
answer

How to adapt my code to Android 4.1?

I'm making an application using Materialize. But there is a mistake. The MENU is to work as in the second image. It is hidden with TranslateX(-100%) . And when I click on the MENU icon it opens the MENU. But when I open the applicati...
asked by 22.11.2016 / 12:14