Questions tagged as 'css3'

1
answer

Button with loading animation - Bootstrap v4.1.1

Follow JSFiddle: link Follow the code below: .sk-cube-grid { width: 30px; height: 30px; margin: 16px auto; } .sk-cube-grid .sk-cube { width: 33%; height: 33%; background-color: #333; float: left; -webkit-an...
asked by 05.07.2018 / 01:29
1
answer

How to put a gradient in front of two images that are background?

I tried to put the gradient in the header that is the "container" of the images, but it only gets behind the images. I've tried using z-index but with no success. <body> <div class="container"> <sec...
asked by 16.07.2018 / 03:23
1
answer

Changing the behavior of an HTML tag

I want to change the behavior of the strike tag and need the help of the masters. In the change I want the tag to behave according to the view, where in All Appointments , url (#), the text will appear gray and crossed out already in (#vie...
asked by 24.04.2018 / 20:37
1
answer

Bootstrap Grid System: Can .row within .col?

I have a question regarding Bootstrap's Grid System, is it ok to use a .row within an element with class .col-x-y if I want to create more than one column within that .col-x-y ? In short, is it a good practice or not to us...
asked by 18.04.2018 / 15:12
2
answers

How to stop playing a video when closing modal

I'm using a css3 to open a modal window. Everything works perfectly, however when I close the modal window the video continues to play. What should I do to stop the video playing when closing the modal? CSS: .modal { position: fixed;...
asked by 06.04.2018 / 18:26
4
answers

How to arrange images side by side with titles below in css?

I would like to know how to arrange images side by side, with title / caption underneath. Using CSS and the <img> tag, similar to the iTunes Store website.     
asked by 04.04.2018 / 21:19
1
answer

Animation of image with pulse effect and brightness in css

Is it possible only with css to make an image pulsing and passing an effect with brightness?     
asked by 26.01.2018 / 18:34
2
answers

Div does not accompany internal bootstrap 4 content

I'm having difficulty making the internet content of my side menu follow my div, my menu has options that expand, when I open all the options the content comes out of the div, I would like the div to accompany the content. / p> Follow the code...
asked by 28.02.2018 / 21:30
2
answers

How to put frame in an image?

I'm trying to put a different frame in the image but it's not working, follow how I'm doing, I want the image inside the frame with a hidden orhtml<divclass="depoimentos__moldura"> <img alt="depoimento" src="img/foto-depoiment...
asked by 01.12.2017 / 12:48
1
answer

Effect: focus overlapping: active

I can see the effect of :active even though I have :focus? I'm trying here but when I click on the element the effect of :active is not shown jumping straight to :focus . .btn{ color: black; background-colo...
asked by 18.01.2018 / 01:43