Questions tagged as 'css'

2
answers

Spacing between html paragraphs

At first I want to say that I am a beginner in the field, I started to study Information System recently and my question is to do a good job. using the tag: <p>primeiro parágrafo</p> (este espaço precisa ser reduzido) <p>s...
asked by 18.05.2014 / 14:57
1
answer

How to make this effect with Javascript? [closed]

I'm still studying Javascript and a friend of mine introduced me to a website that has a very nice effect on your texts. The site is this: (example site) As we can see, when the site loads, it gives an effect where the elements are formi...
asked by 12.01.2017 / 20:52
1
answer

Console Edge? Exist?

Is there a console on the Edge? How to open and use? There are some things I need to fix in the CSS site in Edge and without a console I can not tell.     
asked by 29.05.2017 / 21:24
2
answers

Center text vertically [duplicate]

I'm trying to make a DIV for a signature with a photo (24x24) next to it. I want to center this text vertically, according to the size of the photo. I tried to use vertical-align: middle , but it did not seem to work. body {...
asked by 23.03.2017 / 20:40
1
answer

Validate input size with AngularS

I have a field in a form that I need to validate with angle. The field must be up to 11 characters long. If you have less than 5 you should get an error message requiring the user to be numbered correctly. Angle Controller angular.module(...
asked by 10.02.2017 / 19:17
2
answers

How to make this icon with pure CSS?

Is it possible to do with CSS the icon of the image below? Ifyes,howcanIdoit?Itriedtodothis,butIcannotcreatethethirdpage,Icanonlydotwo: .pages:before{ content: ""; width:25px; height:20px; background-color:#FF0004; /*vermelho*/...
asked by 02.03.2017 / 13:45
2
answers

Email HTML 5 still needs to be done within tables?

Hello, I'm making a HTML for send by email , and I noticed they are last made in tables , but , my question is if this is still needed. There is some kind of risk if I does not do it in tables and css is not inline , because I j...
asked by 03.12.2016 / 03:10
1
answer

When clicking button, increase or decrease height of a div

I created a button inside a div ( #divteste ) and I would like that when I clicked the button this ( #divteste ) would increase height and clicking the button again would decrease height and if you can use a move or ani...
asked by 03.12.2016 / 00:51
2
answers

Background disappears when my menu items are horizontal

I have the following HTML code: <div id="topo"> <div id="menu"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a...
asked by 01.04.2014 / 04:35
3
answers

CSS selector for tables

I am doing a refactoring in a code and have a CSS rule that is changing the display of all tables. A specific table is visually broken because of this change. Since I have not yet seen the whole code, I fear that if I override this rule it might...
asked by 28.03.2014 / 15:20