Questions tagged as 'css'

1
answer

Hide div in the mobile version

How do I hide a div in the mobile version? I have the following code: <div id="wrapper" class="home-page"> <div class="topbar"> <div class="container"> <div class="row"> <div class="col-md-12">...
asked by 09.06.2018 / 14:12
1
answer

Add javascript variable in CSS class

I need to insert into this following CSS class: .bola { width: 50px; height: 50px; border-radius: 25px; position: absolute; } the variable var corBola = "#"+((1<<24)*Math.random()|0).toString...
asked by 23.08.2018 / 19:36
2
answers

Verify if border is applied

I'm doing a check on my page so that the user is always required to select a cor and a tamanho but my script is not working correctly, even selecting the color and clicking the add alert asks me to cor be selected....
asked by 21.08.2018 / 15:40
1
answer

How to put a button on top of an image?

I have the following image below: <div id="exampleModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document">...
asked by 12.06.2018 / 04:25
2
answers

Problem working with resolution with Bootstrap

Look at the image; YoumaynoticethattheresolutionisthewayIwantittobesmall,butitpopsupwhenyougetahigherresolution.HowcouldIfixthis?hereistheHTMLcode<!--INICIODOCONTEUDO--><sectionclass="content-header"> <h1>Lista de Restau...
asked by 01.08.2018 / 16:05
2
answers

How to increase the font and cursor of the input="text" bar according to the desired size?

I applied a padding of 30px and the cursor and the font of the input="text" did not increase as the internal spacing applied, is there any possibility of increasing the size as desired? I tried to apply a font-size more! as the font increases th...
asked by 25.05.2018 / 00:03
1
answer

Animation in up / down image inside div with Jquery

I have this code that does an image animation going up infinitely, but it does not happen, how could I fix it to have the same effect as this site link .tech-slideshow { height: 200px; max-width:400px; margin: 0 auto; posi...
asked by 20.06.2018 / 02:34
2
answers

Bootstrap - Change font

I have a bootstrap system and I need to change the FONT of all pages. Can you only change this in bootstrap.min.css and not have to do file by file? How to do? The font-family I need is not the default bootstrap.     
asked by 04.07.2018 / 00:50
4
answers

How to add a new style to an html element?

Hello, I would like your help in a problem that I did not find the solution for. I have this code: (example) .cifra.mono, .cifra.mono pre { font: 12pt 'Roboto Mono', monospace; } .c_config span { display: block; } .c_config...
asked by 30.05.2018 / 20:11
1
answer

The php appears on my home page

I'm doing my main page with my login , but I do not know why PHP appears that I did. What I wanted to do was hide PHP. My code: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">...
asked by 17.05.2018 / 12:20