Questions tagged as 'css3'

1
answer

Doubt of how to collapse / collapse a menu by clicking on the other one

I have a question on the following item, I created a SideBar with bootstrap menu, but I wanted to click on one, the one that had open shrink. Example Codemadesofar: codeply /* DEMO STYLE */ @import "https://fonts.googleapis.com/...
asked by 01.08.2018 / 19:56
1
answer

Text fade effect when scrolling the page

I would like to apply an effect when scrolling the text of a div, similar to the effect below (which I stole from a site): PS: Run as fullscreen; body { background: #f8fafc; font-size: 20px; font-family: "Crimson Text", serif;...
asked by 24.07.2018 / 14:39
1
answer

Help with Header effects [closed]

Hello, I'd like to know how I can do this "drawer" effect, just like this site: link Please note that it appears with height and width 100% then decreases to the normal size of a header, I do not know how to do this with just CSS, I believe...
asked by 01.11.2018 / 18:08
2
answers

Point in CSS below image

I have a carousel of images. Each image is a svg logo of fixed height and variable width. I need to put a dot below each selected image, for this I used the following code: CSS: footer .selecionado::before { position: absolute; cont...
asked by 09.07.2018 / 16:32
2
answers

Avoid scale with: hover in link within a li

I have a code where I want to apply scale to all <a> and <button> , as shown in the example below: body{ background: #000; } #lista, #lista li{ margin: 0; padding: 0; list-style: none;...
asked by 29.07.2018 / 23:39
1
answer

Duplicate div without duplicating JavaScript

I need the following help: I was able to put together two codes that I found on the internet, and edited the formatting to my liking. I have a gallery with images and overflow horizontally, my code works, however I need to repeat the complete...
asked by 14.08.2018 / 23:56
1
answer

How to adjust image in the container

I have a 1220x780 image and I want to put it in a 341x192 container, how do I make it appear adjusted, centered, in "miniature", I'm using max-width: ; max-height:; width: auto; height: auto; But it does not fit horizontally     
asked by 25.06.2018 / 19:31
3
answers

Align these images and HTML and CSS texts in the "correct"

I have to do my TCC and in one of the pages I have to align an image, an icon and a title one over the other (photo), I can do this but with many codes that I deem unnecessary for something simple because I know you can do with little and in a m...
asked by 11.07.2018 / 04:36
1
answer

how to make a progress bar that goes from 0 to 70 and do not come back from the beginning?

I need a bar that goes from 0 to 70% and does not return to 0 after reaching 70, can not restart the cycle, must stop when it reaches the maximum number. @keyframes site { from { width: 0 } to { width: 73% } } .siteload { backgrou...
asked by 11.07.2018 / 06:19
1
answer

Background problem with Iphone 6, 7 and 8

I created a layout and my background image is not showing up on Iphone 6, 7 and 8.Trying locally for Chrome appears quietly, but when testo on the Iphone 8 it disappears getting only the background color. I already tried to change background-pos...
asked by 12.06.2018 / 17:27