Questions tagged as 'css'

2
answers

Dynamic writing effect of text

I would like to use in a web project an effect that "writes" the text on the screen as if it were someone typing, Type if the sentence is "Hello world" it will show: Understand the "|" as the writing cursor: "O |" And after about 0.2...
asked by 10.04.2018 / 02:31
2
answers

Create blinking fontawesone effect

I have software that part is an internal chat, I want to put the font effect flashing when a new message arrives. <i class="fa fa-comments"></i> Next to the name I have the fontawsome image above, and when I get the message I wa...
asked by 14.05.2018 / 15:27
2
answers

Problem in implementing awesome font icone by css

I'm having a problem loading my font via css I'm using font awesome 5 I'm implementing icones via content on css but the icon I want to use is not working that would be the icon link I want to use F0da but he does n...
asked by 09.05.2018 / 17:33
3
answers

Increase and Decrease Font, how to apply on a large site?

I have to apply the accessibility feature to increase and decrease font. I currently have 3 buttons: Small Font, Normal Font and Large Font. The idea is that when you click each button, its function is called in javascript. And that the font...
asked by 03.08.2018 / 19:49
2
answers

Remove space between html list item

I have the following list: li { display: inline-block; padding: 20px; background: red; } <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> </ul> How do I paste...
asked by 17.12.2016 / 16:09
3
answers

There is a useful way to highlight an HTML element / tag in a given color

Well, I want to set a color to the tag style. The following example changes the style of an element <p id="tag"> parágrafo </p> To change the style of an HTML element, use this syntax: <script> document.getEleme...
asked by 25.01.2017 / 05:01
2
answers

Browser problem

I'm new to web development and I'm having a problem that I think is more basic, but it's causing me problems. When I change my CSS, JS or HTML and refresh the page in Chrome to review the site and see how it got, the site continues with the old...
asked by 11.01.2017 / 21:54
1
answer

Create Phone Mask Only Html / Css

I would like to make a mask without plugin in a field on my form eg: (00) 0000-0000? Using only CSS or HTML?     
asked by 20.06.2016 / 19:30
3
answers

Make Transition From Javascript Evolution To Cross Browser

I see this need, which people like me self-taught, try to understand. The question is - Nowadays some features are already supported by the main browsers HTML5, CSS3, DOM, APIs and ECMAScript ... being very Javascript , is not my case, bu...
asked by 30.06.2016 / 18:14
4
answers

How to center menu options in bootstrap 3

I am trying to leave options from a centralized menu created in bootstrap 3, I have tried some alternatives, but none solved my problem, I have this code snippet: <div class="navbar navbar-default navbar-top"> <div class="container"&g...
asked by 29.06.2016 / 14:54