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...
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
{...
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...
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,...
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...
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...
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:...
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...
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...