Good friend, I have an indelibility diagramming with CSS. What's up ...
I have two css files one for the responsive and one for the normal something like that.
style-index.css: for the laptop file and r-style-index: for the cell
I have this code.
button.inisesion{
border-radius: 8px 8px 8px 8px;
position: absolute;
top:3px;
right:40px;
padding: 10px 10px ;
font-family: avan;
font-size: 12px;
color:white;
background-color: red;
border: none;
transition: all 0.3s ease;
cursor:pointer;
}
is a button and it works perfectly in the laptop configuration but when I pass it to the responsive the button changes the space does not look the same. This only happens when I upload it to github and I see my cell but if I see it on the page and the shrink happens nothing looks good. I put a picture of the problem
this is how it looks normal on the computer.