Questions tagged as 'css3'

1
answer

Animation in up / down image inside div with Jquery

I have this code that does an image animation going up infinitely, but it does not happen, how could I fix it to have the same effect as this site link .tech-slideshow { height: 200px; max-width:400px; margin: 0 auto; posi...
asked by 20.06.2018 / 02:34
2
answers

Problems working with Flexbox

Hello, guys, I'm starting to work with flexbox, but I'm having a problem making a menu, following the css code: .header{ width: 100%; height: 100vh; background-image: url(../img/backgrounds/bg1.jpg); background-position: center center; backgr...
asked by 03.06.2018 / 00:32
1
answer

How do I fix this error in HTML + CSS Sub-Menus?

The submenus of my menu appear without having to move the mouse in the Menu, when going over the 'ul' of the submenu they already appear, I ended up getting lost in my code and now I do not think where I made that mistake, this error of appearin...
asked by 23.09.2018 / 07:38
1
answer

Give effect on image and hover to leave color again

I do not know if it's possible. I tried with mix-blend-mode, filter, but it does not work. It would be possible for an image to begin with a layer of gray and on top, a green layer. When you mouse-over, does the image turn red again?     
asked by 20.06.2018 / 20:06
2
answers

How to do @media print skip the @media max-width

I have a problem with my css that is generating a mobile layout at the time of printing, I have a @media max-width that makes my site responsive, however I would like to ignore it in @media print and print only the desktop layout,...
asked by 26.02.2018 / 16:40
3
answers

: owl-carousel first-child no .active does not work

Good morning! I'm using the owl-carousel plugin that has several items. I need to get the first and last items from the first page, but I can not. The carousel renders like this: <div class="owl-stage"> <div class="owl-item c...
asked by 11.02.2018 / 14:28
2
answers

How to put a h3 and p tag inside a class

How do I put a h3 tag and a p in the same image, however I want to put the p tag down as a footer and h3 on the top of the image when hovering the mouse on image hover brings the two tags together. CS...
asked by 07.04.2018 / 16:00
2
answers

CSS with Awesome Font

How to replace the image from the CSS sample available at link by Font Awesome? Follow the code below: <blockquote style=' font: 14px/20px italic Times, serif; padding-left: 70px; padding-top: 18px; padding-bottom: 18px; padding-right:...
asked by 08.01.2018 / 13:50
2
answers

Click anywhere in the li and run the href from the

You can see that <a> is clickable, ie I click on it and it redirects me to another location for example, but I would like to know how I can click everywhere from <li> to occur redirection and not only in <a>...
asked by 27.01.2018 / 22:32
1
answer

Align button to center does not work

I have the page below, link On the right side of the index.php page, you have a botão gas part. Click , a formulário will pop up to fill in address data. At the end of form , you have a button that I w...
asked by 04.11.2017 / 18:03