Questions tagged as 'css'

2
answers

Why does not my page resize and how do I resize it?

Full screen looks like this: ButwhenIputitonasmallerscreenitlookslikethis: HTMLcode:<!DOCTYPE><html><head><linkrel="stylesheet" href="_css/estilo.css"> <meta charset="UTF-8"> <title>--</title>...
asked by 25.02.2018 / 00:53
2
answers

Browser does not open HTML with CSS [closed]

<html> <head> <style> body{ margin: 0; padding: 0; } #box1{ height: 100vh; width: 100%; background-image: url(i1.jpg); b...
asked by 21.11.2018 / 20:22
3
answers

I need to create a button with this code and I can not! [closed]

I need to make a button that has this code: <a href="#" class="manual-optin-trigger" data-optin-slug="pulwhi4lm1-lightbox" style="color:black">Quero Me Cadastrar</a> Only "Want to Register" appears, it works fine, but I need a b...
asked by 31.01.2017 / 18:57
1
answer

I need to align the imputs HTML + CSS

I need to align these imputs body { font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 1.6; } #btnRefresh { background-color: #6a9ce6; } .button { background: rgb(60, 163, 177);...
asked by 18.12.2017 / 19:46
1
answer

Could anyone help me leave a content responsive?

Well I'm creating a one page vertical site, and I wanted to create a default content to use in all sections of the page (to be able to be centralized) can anybody help me? I was trying to work with%, but it did not work. The page looks like t...
asked by 06.01.2018 / 20:38
1
answer

When is the real need to use JavaScript? [closed]

I'm new to the development world, and I started with the Front End. I've been looking to specialize in HTML, CSS and especially JavaScript, but over time I've come to realize that with the advancement of these languages, and specifically CSS in...
asked by 27.07.2015 / 12:45
1
answer

Where to insert JS and CSS files into HTML? [duplicate]

Thinking about performance, in which part of HTML should I insert CSS and JS files. I know that JS files should be inserted before closing the </body> tag so as not to block loading and if possible assíncrona , but what abou...
asked by 07.08.2017 / 22:15
2
answers

PHP - how to use placeholders for form validation messages

Hello, I'm using placeholders to send the error messages and success of submitting the form within the inputs themselves. Placeholders are gray. When the form is sent, if there are any errors, the error msg appears through the red placeholder. M...
asked by 01.09.2015 / 16:52
1
answer

make a submenu - example on a website below [closed]

I would like to adapt my code to create a submenu like this one: link for example in "categories" - "css" then another side menu appears with the same properties as above and I would like mine to be like this. <div id="menu2"> <ul i...
asked by 02.05.2014 / 10:35
1
answer

Footer Fixed - Z Index

I'm making a fixed footer while scrolling the screen. But I put z-index: -1 to stay under all my content. When I do this it overrides the footer LINKs. But if I put z-index:0 it gets over some elements of the page. And...
asked by 06.10.2015 / 19:05