Questions tagged as 'css3'

1
answer

Align elements with background image

I have a background image that fits the browser with cover so it depends on the resolution the image fits the width or height. The issue is that I have a series of elements that I want to always be on a specific place in the background...
asked by 24.10.2018 / 09:58
1
answer

Because div occupies the height: 100% without indicating it

Because the div with class iconmas occupies me in height 100% without saying it, I only indicate padding 0 0.5% .padre { position:relative } .ttcategoriax { position: relative; width: 100%; } .ttcategoriax p {...
asked by 05.03.2018 / 23:52
3
answers

my slideshow is mounted to my menu in HTML

I am developing a web page. This has a menu and below it there is a slideshow but at the moment of squashing down the slideshow is superimposed on the menu and I do not know why that happens. ccs CSS DEL MENU: * { margin: 0; pa...
asked by 23.02.2018 / 17:00
1
answer

The text comes out of the tag in html-css

I need to enter text in a <div> that is the white border box and this is within a <span> . . But when I do, the text goes to the bottom of the page, I already tried to use several properties to align text, float,...
asked by 09.08.2018 / 01:16
1
answer

Why do I eat part of the content when I put the fixed menu?

I have a problem with the menu and content, because when I put the menu fixed and click on "us" I eat part of the content, my menu is scroll. I leave attached the link of the files. It's the first time I publish, so I apologize if I publish s...
asked by 03.04.2018 / 01:08
1
answer

Stop a CSS animation in a certain degree of rotation

How can I stop the 90º rotation animation for example? Without it flying to its initial state. My idea is that of the vertical state turn to 60º, then return to 40º and then to 60º. (like simulating the fall of a wooden sign nailed to the wal...
asked by 02.10.2017 / 21:34
1
answer

Leave no space for two li

This Ul li you run out of space between the two Li. Any way to solve it? HTML code <nav>          <ul>              <li><a href="#">Inicio</a></li>              <li><...
asked by 05.10.2017 / 22:29
2
answers

Icon on image using CSS and Material Design Icons

I have the following code: .stat { color: #4c4c4c !important; float: left !important; font-size: 10px !important; line-height: 17px !important; text-align: center !important; text-decoration: none !important; width:...
asked by 15.07.2017 / 00:36
1
answer

CSS / Javascript Filling Effect [closed]

I need to generate a fill effect by CSS, CANVAS or SVG, which is done on the PNG image that I have. The filling can be horizontal or vertical. It must be on the image. Current Expected : The effect does not necessarily have to be...
asked by 04.12.2017 / 15:42
2
answers

place the image on the right

Good! How can I make the second image on the right? I put a single class for her that is called derecha but the problem that when float right, the page loses its flow and are piled on top of each other. I just want the second one, t...
asked by 11.09.2017 / 13:07