Questions tagged as 'css3'

2
answers

With CSS is it possible to fill in the "eyes" of the Source? Is it possible to fill in the "holes" in the letters A, O, P, etc.?

I was wanting to create a title to use in the sessions of my site, but I wanted the font to have a similar effect to those images, with my eyes filled in giving the impression that the font has the inside of the characters filled in....
asked by 22.10.2018 / 14:36
1
answer

How to put a Video within a Text with CSS? Is it possible to put a Video as a text background?

I saw this effect and I'm trying to put it in a project, but I do not know how to put a Video inside Text, I only managed with images ... HereI'veplacedanimageasatextbackground,buthowdoIputavideoasa%ofatext? body { background: #333; }...
asked by 23.10.2018 / 15:48
1
answer

Has marquee been discontinued in HTML5? [duplicate]

If yes, what is the tag that I can use to enjoy its functions? How can I limit the beginning and the end, for example: When using the tag marquee , the transition of images or texts always leaves a huge space between the end and the be...
asked by 28.02.2015 / 23:56
2
answers

How to auto-scroll to the top when viewing the page footer?

I'm making a website, which has some animations, and when I get to the bottom of the site for the first time, should trigger an event where the page returns to the top, but in the following times (without reloading) the event will not happen aga...
asked by 27.08.2014 / 20:03
1
answer

In CSS how do I align Numbers with Text in Classic Fonts?

I'm using a Font-Face that has the old typographic style in the numerals and I want to align them with the text. Seethatthenumbersinthisfontfollowtheoldpattern,wherethenumberisalignedwiththeascendinganddescendingfont,notthebase-lineSo...
asked by 17.10.2018 / 19:58
2
answers

How can I centralize my form within my div?

I'm trying to centralize my search form in the center of my div but I'm not getting any property in css that does this without the need to ganbiarra? here is the development page index.html <html> <head> <meta...
asked by 06.06.2016 / 20:59
0
answers

In CSS what is the difference between Pixel Density and Pixel Ratio? How drives like DPI, DPCM, and DPPX work

With the "popularization" of the Retina screens , mainly on Apple devices, I have seen some people using media queries with measures like: @media (-webkit-min-device-pixel-ratio: 2) { ... } @media (min-resolution: 2dppx) { ... } But I stil...
asked by 08.11.2018 / 13:06
1
answer

With CSS is there any way to change the style of Text-Overflow: Ellipsis?

Imagine that I have a situation where the text is larger than the container , so I'll use text-overflow: ellipsis to put the 3 dots ... showing that the text goes on and on inside container has more content, so far so good. T...
asked by 13.11.2018 / 11:19
1
answer

How to insert new image into project with COMPASS

I have the images I use in my project and I want to add a new image to use on the site, but I can not get the image to be added to the sprites generated by COMPASS     
asked by 24.06.2016 / 19:14
5
answers

Move text background

Personal I need to place and animate a degrade as background of a font with a written text. I need this gradient to be applied at the font (not behind the text) and move from left to right indefinitely. How do I do this with CSS or JQuery?...
asked by 14.04.2015 / 16:35