Questions tagged as 'html'

2
answers

What would be the best way to make a website with responsive design [closed]

Well, I always try to do some website, in html and css (since I'm not very good at design), the site is perfect for me, all right etc ... But when I look at another computer, that is with different resolution, it is completely destroyed. W...
asked by 14.06.2016 / 16:25
2
answers

How to manipulate objects inside a div?

I'm a beginner in web programming and I've done everything I knew. Can anyone help me to center these items side by side preferably with smaller spacing ??? NOTE: I have been able to space too much or not to space as you can see in the images...
asked by 13.08.2018 / 17:05
2
answers

Logo switching with CSS3 [duplicate]

I need a CSS3 code to switch 20 logos automatically with fade, without the previous logo appearing behind. But I have no idea how to do it! Can anyone help me? (If someone answered the last, I might not have to ask again)     
asked by 03.01.2016 / 12:42
3
answers

How to make a function to calculate and alert the number of lamps needed to illuminate a particular room [closed]

function alertarNumeroDeLampadas(){ var potencia = prompt ("Digite o valor da potência da lâmpada em watts: "); var largura = prompt ("Digite o valor da largura do local(Metros): "); var comprimento = pr...
asked by 13.03.2018 / 17:41
1
answer

How is this hover effect made? [closed]

It's the colorful ribbon that expands ...     
asked by 11.12.2016 / 19:16
1
answer

Newbie on waze. How can I insert it in my site? [closed]

I have a website and I need to insert a waze api map. How do I do? Code<?php//exibiroMapa?><style>.exibirpainel{margin-top:0px;height:400px;width:700px;background-color:blue;}</style><divid="exibirpainel" class="exibirpaine...
asked by 15.06.2017 / 02:41
2
answers

How to insert a video in HTML? [closed]

I can not insert a video on my page since I was even included in w3school and it did not work. I do not want to insert a video from youtube, I want to insert one that is in my folder.     
asked by 22.07.2017 / 22:21
2
answers

Rotating Banner with Bootstrap

How do I make a rotating banner with Bootstrap? I searched the Bootstrap documentation, but I did not see anything about a rotating banner. How I do? In truth, what I want to do is to display several images, this is what I call the rotating...
asked by 28.07.2014 / 15:58
1
answer

href does not work in any way [closed]

My href does not work at all: <div class="container-contact1-form-btn"> <a href="FormularioDeBusca.html"> <button class="contact1-form-btn">Formulario de Busca</button> </a>...
asked by 13.03.2018 / 15:49
2
answers

Logo not responsive

.header_aera { background: #fff; border-radius: 0; border: 0; margin: 0; width: 100%; z-index: 9999; top: 0; box-shadow: 0px 0px 20px 0px rgba(21, 47, 95, 0.2); } .header_aera .navbar-header .navbar-brand { padding-top: 20px; }...
asked by 28.02.2018 / 00:55