Questions tagged as 'css'

2
answers

Reposition the side menu for floating while decreasing window

Good afternoon. I've been doing a lot of research on google, American stackoverflow and here, but I could not find what I needed. If I found something similar maybe you did not identify that it could serve me. I am a beginner / trainee in thi...
asked by 02.01.2019 / 21:29
2
answers

How to set menu with fadeIn effect?

I have the following code that sets the menu using bootstrap: $(window).scroll(function(){ scroll = $(window).scrollTop(); if(scroll > 500) { $('.navbar').addClass('sticky-top') } else { $('.navbar').removeClass('sti...
asked by 23.07.2018 / 17:00
1
answer

Cut pixels from the image without distorting it

Good morning! I want to cut the sides of a photo without distorting it, is it possible? For example, I have this image here: <img src="https://i.stack.imgur.com/4oeoT.jpg"name="Foto Teste" alt="Foto Teste"/> She has 120...
asked by 02.08.2018 / 16:23
1
answer

How to apply a delay in the CSS display property on a change from none to flex without JavaScript?

How do I make the CSS display property change from none to flex with a delay of 1s without using JavaScript for it? I have the following code: #botao-painel:checked ~ .painel { display: flex; height: 100%; left: 0; top: 0;...
asked by 05.11.2018 / 21:38
1
answer

dropdown with pure javascript

Talk to people, good morning, I need a help with a dropdown. every donation in the database I have a button that I click on the items that have been donated. I have the following line of code: user-donation.js const dropdownBtns = doc...
asked by 13.11.2018 / 14:48
1
answer

Standardize box size in CSS

I have the following CSS: .course-content { padding-top: 22px; padding-bottom: 30px; } And within the loop in PHP, I look for the database records. And it looks like this: With this, I noticed that it came in different size...
asked by 26.06.2018 / 20:13
2
answers

Hover with image [duplicate]

There was no way, the slider arrows of the project will have to be png . Today I'm doing this (part of the code): .banner_home_inferior .owl-next { right: -6px; background: url(/images/setas_novas.png) no-repeat !important; backg...
asked by 17.05.2018 / 22:36
3
answers

Leave label side by side, bootstrap

Galera has difficulty putting the Name and Subject labels side by side, they simply will not     
asked by 09.05.2018 / 14:52
1
answer

How to clean Bootstrap style sheet (CSS)?

I have a site that uses Bootstrap, but on this site there are many classes and id's that I do not use. This makes my site very heavy at random. What can I do to delete all these useless classes and id's? Should I do it manually? (wha...
asked by 24.05.2014 / 22:00
2
answers

How to select element inside another with CSS?

I have a WordPress theme that, when it runs, generates the following code: <div class="wpb_wrapper"> <article class="icon-box11"> <i class="fa-shield" style=" font-size:3em; color:#00ced1;"></i> <h4>ANOS...
asked by 22.05.2018 / 22:46