Questions tagged as 'html5'

3
answers

Radio alignment with image

I'm trying to center a radio item - selection "ball" with an image. But I've tried several features using CSS and I can not. Do you know which feature I can use to achieve this alignment? <tr> <!-- #### BUG: Arru...
asked by 21.03.2018 / 19:40
2
answers

Max length in input type number html

I have an input type number <div class="form-group col-md-3"> <label class="lb">Valor total</label> <input type="number" min="0" id="idValorTotalProdutoP" ng-model="subTotalProduto" class="form-co...
asked by 18.03.2018 / 22:26
1
answer

Slide does not fill the entire screen with bootstrap

I'm trying to put a slide on my site, but when I index the Bootstrap 4 on the page, the slide does not get full screen (does not fill the screen), when I do not index the slide wheel right fill the whole screen like and want, but if I do not u...
asked by 07.03.2018 / 17:50
1
answer

Slider with 3 automatic columns without javascript

I'm trying to make a slider that has control like that link , but automatic and that shows 3 images at the same time I tried to implement the controls but it is not working could you help me? link     
asked by 15.03.2018 / 20:57
1
answer

Center text within image

I need to align a text horizontally and vertically within an image. Does any of you know how I can do this? HTML <img src="https://marketingdeconteudo.com/wp-content/uploads/2017/01/formatos-de-imagem-2.jpg"> <p>Texto...
asked by 16.03.2018 / 19:18
2
answers

Related news on site [closed]

Hello, I would like to know how I can put related news on my site type I have a session on my site called "POLITICAL NEWS". and the person clicking on the news will see other news about politics below? type: a < section > or < article &...
asked by 02.03.2018 / 15:02
2
answers

Placing keywords on my site pages

I am a beginner and I do not know what his name is ... I wanted some explanations / definitions of words / terms in some words of my site. Type the user hover the mouse over the word and open type a tooltip with the definition / explanation. Has...
asked by 04.03.2018 / 21:58
2
answers

How to leave list items side by side?

I'm learning HTML through a Caelum workbook, the problem is that for some reason the page stayed like this and not with the list elements one next to the other. I used position for that. HTML code: header { position: rel...
asked by 23.02.2018 / 19:51
1
answer

.not () function does not work correctly

I have the following code HTML : <div id="mini-cart" class="mini-cart dropdown is-not-empty"> <span class="ic-cart"></span> <span class="count-cart" style="display:none;"><br><br></span>...
asked by 09.04.2018 / 20:41
1
answer

Carousel Fullscreen Bootstrap 4

I'm trying to make a first screen of a website with only a Carousel, so that it is occupying the entire screen of the user (responsively). You see? Type the index screen will always be a full screen carousel. I tried a lot of the net, but I stil...
asked by 12.02.2018 / 01:22