Questions tagged as 'html5'

3
answers

Block positioning with FLEX-BOX

Well, I'm doing a site where in the home there are 4 modules, the first two have to be one underneath the other, so alright, except that the third module has to be next to these two as if it were a column, First I thought I'll put a div around t...
asked by 27.11.2017 / 18:16
2
answers

CPF mask error

I created a form but when I put a mask in the CPF to stay like this Ex. (000.000.000-00) does not assign <head> <meta charset="UTF-8"> <title></title> <script src="JS/funcoes.js"></script> &l...
asked by 09.11.2017 / 18:45
3
answers

Position DIV in the center of the page

How do I align the div with transparent black background where it contains the buttons in the center of the page regardless of the monitor resolution? ThecodeI'musingisthis:.fundo{background-color:rgba(10,23,55,0.7);padding:20px;margin:200px...
asked by 23.11.2017 / 14:57
3
answers

Increase the word size, value of the placeholder attribute of the type inputs?

How do I increase the size of the word, value of the placeholder attribute of the text input tag? <input type="text" name="login" placeholder="Login" required id="login">     
asked by 08.02.2017 / 23:37
1
answer

My carousel with bootstrap is not working!

<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="bootstrap/js/bootstrap.min.js"> <link rel="stylesheet" type...
asked by 22.12.2016 / 14:42
2
answers

Problems with positioning with columns in Bootstrap 3

I'm having a positioning problem with the bootstrap grids I'm doing a virtual store where the layout has to look like this: Butwithmycodingitlookslikethis: Notethatinthisimagethewinesdonotformthethreecolumnsandareonebelowtheotherfollowsmycod...
asked by 26.06.2016 / 17:39
1
answer

Render HTML5 with Razor

According to W3Schools an input does not have ex tag closing <input type="text" name="firstname" value="Mickey"> source: link In my ASP.NET MVC project I have the following command @Html.TextBoxFor(model => model.Erro, new {...
asked by 10.03.2016 / 21:01
2
answers

Catch the children of an object

I'm trying to add and remove classes only to the div that has the hover, but I can not because I have 4 divs with the class .image. This is the same for all divs. Here is the code: $(document).ready(function() { $('.image').hover(funct...
asked by 03.08.2016 / 14:10
2
answers

Change CSS color

Good afternoon, I have a question like what I can do to change the color of a div by moving the mouse in another one for example: I have two div with the name of the first div of 1 and the second div with the name of 2 are both give black col...
asked by 20.07.2016 / 20:02
3
answers

Hover in two elements at the same time

I have a div and within it a <a> can hover in the div, but the color of the anchor does not change. HTML structure: <div class="TamanhoECorTabs ThemeGrid_Width6"> <a id="ancora" tabindex="14" href="#">Home</a&g...
asked by 10.07.2014 / 14:48