Questions tagged as 'css'

1
answer

Page does not load SCSS file

I'm learning web development and I started messing with SCSS in a layout but the browser is not pulling the same. It is being called together with the CSS file that is working normally on the page. <link href="css/abert_painel...
asked by 15.06.2018 / 19:01
1
answer

How to put responsive menu to override

Hello, how do I get this responsive menu to appear on the front? <headerclass="box-header"> <div class="box-topo"> <a href="<?php echo base_url(); ?>"><h1>Isaque Saraiva</h1><...
asked by 12.04.2018 / 02:05
1
answer

CSS Grid Layout - How to horizontally center all elements in all Grid Lines of a Sub-Grid?

I'm working on a college project and we're using Grid Layout to design an e-commerce focused on animals. There was some doubt during the creation process regarding the centralization of grids content in different resolutions and types of devices...
asked by 27.03.2018 / 17:32
1
answer

CSS menu closing when clicking the items inside

I made the following menu in css and the opening / closing is normal, but when I click on any submenu items, the menu closes before redirecting. Would you have some way around this? #menu { position: relative; float: left; di...
asked by 26.03.2018 / 18:19
1
answer

How to change the size of a: before or: after dynamically with JQuery?

Does anyone know if I can change the size of a: before or: after dynamically with jquery? Ex: $('#elemento:before').css({'width':'100px'});     
asked by 26.03.2018 / 15:19
1
answer

setar scrol location

I have a div with overflow: auto; I want to leave the scrol of this div at the lowest point, to show only the newest information: div{ width: 150px; height:80px; border: 1px solid; padding:5px; overflow: auto; } <div> i...
asked by 13.02.2018 / 22:32
1
answer

How to edit the bootstrap popup margin in css or js?

Good night everyone, I'm implementing a popover on my page, but I'm doing it inside a table that is inside a jumbotron, the problem occurs from the first 3 lines where the popover appears far from where it should appear, my intention is to figur...
asked by 09.02.2018 / 22:57
1
answer

Background on the diagonal

Css: .bio { width: 100%; min-width: auto; height: auto; min-height: 600px; background-color: #fff; background-image: -webkit-linear-gradient(30deg, #fff 50%, #004E95 50%); } What it generates: But I would li...
asked by 09.02.2018 / 16:22
1
answer

Overlapping labels

Greetings. With the following code ... link Labels are overlaid when the screen is dimmed. I wish it would be one underneath the other. Can anyone help me? Thank you very much.     
asked by 30.03.2018 / 22:40
1
answer

background-color does not work when used in "classList.toggle ()"

I have the following codes: HTML: <div class="barraLateral" id="barraLateral"> <ul class="menuVertical" id="menuVertical"> <li name="liCat" onclick="darkTheme()"><i class="mdi mdi-theme-light-da...
asked by 14.02.2018 / 19:33