Questions tagged as 'css'

1
answer

CSS unconfigured when printing

My page looks like this: <div class="container"> <div class="row"> <div class="col-sm-12 col-md-12" style="border-style:solid;"> <div style="text-align:center;" class="col-sm-12 col-md-12"> <i...
asked by 10.10.2018 / 13:56
1
answer

Position absolute does not occupy 100% of the parent

Because a div with absolute position does not occupy 100% of the width of the parent if it fits, why does the line break before? See the example below: .segura{ width: 200px; height: 200px; display: block; position: relative;...
asked by 19.10.2018 / 17:06
1
answer

How to align 'N' divs on the same line?

I have the following container where I would like to keep divs on the same line: HowcanImakethisalignment?Followthecodebelow <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width...
asked by 30.10.2018 / 19:52
1
answer

Remove child element effect in CSS

I have the following code $(document).ready(function(e) { const blocos = $("div.slider div.slide div"); function startslider() { ativa = $(".ativa")...
asked by 09.05.2018 / 17:18
2
answers

How to add 100% height to a Bootstrap 4 column

I'm using bootstrap 4.1, I previously tried to use the h-100 class, and to no avail, even the chrome developer tools indicating that height:100% was applied to the elements. I decided to use a class like the attributes min-height a...
asked by 16.05.2018 / 14:13
1
answer

Change css when the site opens in ie / edge

I made a new page for a site and I'm having trouble viewing this page on ie / edge. (basically it's just the margin-left of an element) By searching I can not load a specific css if it is identified that the browser is ie / edge. I tried t...
asked by 30.04.2018 / 05:08
3
answers

How to make these radio buttons to the checkbox style, and change the value of a text depending on the choice? [duplicate]

Ineedtoputonmysitejustasitisinthisimage.IalreadydidinHTMLandCSSthesquarewiththeprice.HomeIdonotknowmuchaboutJSandIcannotdothesquaresontheleft.HomeByclickingon"No Visit / With Visit" it must change the value of the price. The buttons should be...
asked by 02.05.2018 / 17:45
3
answers

Changing site color via GET parameter

First of all I wanted to inform you that I'm a beginner in programming, I'm learning on my own. I have a doubt, I do not want hand-coded kisses or anything, just an explanation so I can put it into practice. I was surfing the internet and...
asked by 17.02.2018 / 05:57
2
answers

How to make a loading gif in JavaScript?

I have a very stupid problem with my HTML project, where I wanted to show a gif of a page being uploaded, but it stays a lot longer than I can tell and with that, my real page does not come to be seen. Could someone help me with this? HTML:...
asked by 05.06.2018 / 21:41
1
answer

Collapse on bootstrap with swapped signal

I'm having a hard time correctly signaling the icon (the "+" in the right corner, signaling the expand and the "-" signaling it to collapse) when the collapse is compressed and when it is open. It gets changed, buga in the first time that...
asked by 29.06.2018 / 06:40