Questions tagged as 'css'

1
answer

How to align text within a table in html

I'm trying to make the Brazilian table to exercise the concept of tables I learned. But when I put the data on wins and losses they are all disorganized. table#brasileirao{ border: 1px solid black; border-spacing: 0px; margi...
asked by 03.09.2018 / 15:01
1
answer

Effect on input type="date"

Good evening, guys! I'm having a little difficulty making an effect on input type="date" . I can normally do in input type="text" (first print shows no effect and second shows with effect), but in date it gets "dd/mm/aa...
asked by 02.09.2018 / 02:54
1
answer

Do not "finish" the effect when you have something in the input

Good afternoon, guys! I have the following problem: my input has an effect when it is selected (as the first print shows) and ends the effect when it takes focus from it (as the second print shows), but if I put some character and focus, the...
asked by 02.09.2018 / 20:13
0
answers

navbar does not load properly

I'm studying HTML and decided to add Bootstrap 4 into a small project. When browsing the component list on the Bootstrap site I came across the following navbar : <nav class="navbar navbar-expand-lg navbar-light bg-light">...
asked by 29.08.2018 / 22:28
2
answers

I can not work with localStorage

I have the following javascript code: const player1 = "X"; const player2 = "O"; var playTime = player1; var gameOver = false; var pontuacaoX = 0; var pontuacaoO = 0; var chaveX = 'scoreX'; var chaveO = 'scoreO'; var valAcumuladoX = 0; atualiz...
asked by 22.08.2018 / 19:29
1
answer

SVG with bottom 0 in footer and continues with white space

Good afternoon I have a problem with my layout, svg is in the footer position and I can not remove the white space at the bottom of the page. I tried on the body I think not his property. <svgclass="absolute rodape-bg" xmlns="http://www.w3.o...
asked by 22.08.2018 / 20:39
3
answers

Refresh only once

I'm building a website and need a strength. The problem is this: I need to enter the same as a refresh , just when I enter it I tried the code: <meta http-equiv="refresh" content="1"> However, it gets in looping inf...
asked by 28.09.2018 / 19:45
1
answer

how to leave all items in a div horizontally

html <div id="containerprodutos" class="containerprodutos"> <div id="containerprodutosfilha" class="containerprodutosfilha"> <h3 class="text-center align-middle"><img class="imgcar" src="images/...
asked by 29.09.2018 / 07:10
0
answers

How to call a function inside the Frame?

I want to call a function that I have inside a iframe . I program in Ionic and wanted to know how I do this through JavaScript or HTML. Within JavaScript I have a variable ( Z = 2.5 , just an example of the same value) of type...
asked by 19.08.2018 / 00:02
1
answer

CSS Grid Layout - Browser Compatibility

With regard to web development, I have studied CSS grid layout using mostly videos. Some are a little older and instruct you not to use this specification in production because the site will break. Home My question is: to what extent is this s...
asked by 18.08.2018 / 23:24