Questions tagged as 'css3'

1
answer

Contact form

Good evening. Galera, next. I'm just starting out in HTML5 so I still do not handle it very much. I've done all the visual part (CSS) of a contact form (like course work), however I'm not very good with the html itself, so my question i...
asked by 16.12.2017 / 02:15
2
answers

Center label in the center of the screen

Hello, can anyone help me with how I can centralize these labels? PS: O text-align: center; does not work! <label class="emp">IMM</label> <label class="service">Home Gateway</label> You can view and test the code...
asked by 27.06.2018 / 20:13
6
answers

How to make the image 100% on the screen? [closed]

I have a website in development. Then I want it to stay on the whole screen, it's supposed to be a responsive site, I'm using the bootstrap ... It only gets full screen if I zoom 150%: Example: link If I leave it normal it looks like thi...
asked by 31.05.2017 / 04:48
2
answers

Font reponsive with css [closed]

Good afternoon, I'm doing an html page and have some blocks that are responsive. Now I need the text displayed inside them to be too. How can I do this?     
asked by 09.12.2016 / 17:37
1
answer

How to insert an image via CSS? [closed]

Follow my HTML code: <!DOCTYPE html> <html lang="pt-br"> <head> <meta charset="UTF-8"/> <title>web page</title> <link rel="stylesheet" type='text/css' href="css/estilo.css"/> </head>...
asked by 05.01.2019 / 20:18
2
answers

How to align menu using CSS (Only) [closed]

Hello, I'm developing a website and after creating a dropdown menu, I had a small problem. It is not spaced, and the sub menu that appears is horizontal. I'm not interested in putting border and etc., however, I need help arranging the menu so i...
asked by 17.12.2018 / 16:35
2
answers

I need a menu whose sub-menu appears above the [closed]

Cause of lack of information: In the code example below, when you mouse over the menu, the sub-menu appears below the menu, I do not know how to do it to appear above the menu, who knows and wants to help, I Thank you. <!DOCTYPE html> &l...
asked by 07.05.2018 / 20:58
2
answers

How many decimal places does the CSS browser support or recognize?

I've seen more and more values with multiple decimal places in CSS styles. Then came the doubt. How many decimal places does CSS actually accept and can the browser render? How well do these values work? width: 8.33333333%; (Grid do Bootstr...
asked by 10.03.2018 / 19:57
3
answers

Animation Parallax and Fade for web [closed]

I've done all movements movements in Adobe's Muse and Edge Animate, but I want to do it on the nail, coding. Any Parallax hints or similar animations on Codepen or Github? I want to do the Stop Scrolling effect. I need to animate my scr...
asked by 05.03.2014 / 21:14
1
answer

move the container without appearing scrool

Good morning, I'm having a problem when I move a div in my, I make it walk 50% of the screen size, until everything is ok, but when it goes to the side opens the scroll option to see where this div is. I would like it when it does not move....
asked by 10.12.2018 / 14:52