I added 3 images and created a margin of blank space on the right side of the page, as shown in the following screenshots:
Why does that happen and how can I solve it? I upload the code, although when running here it does not show...
I have a problem with DomPDF and Bootstrap. I am using Laravel 5.1 as PHP framework and I added the DomPDF service. It worked very well with CSS styles created by me, but when I include the CSS styles of Bootstrap I get the following error:
...
I have seen that it is very common that as soon as you start the css, many files start with:
*{
margin: 0;
padding: 0;
}
Used in theory so that all elements have no padding or margin.
Does this really work? Because I have had many t...
What I want to do is when I hover over the div with class "pilot tetsuta" go to be like background (that is, play with the opacity as I say in the title), and the div with class "about-tetsuta" becomes visible, occupying a...
How about friends I have a restaurant system that I currently have working but I want to improve it in the aspect of placing the tables in a graphical way and not in the form of a list, since I currently display the tables in a list by means of...
I'm in a somewhat silly problem, I have two section grid , which the first one has 4 div with the property grid-template-columns: 1fr 1fr 1fr 1fr; and the second section have 3 div with the property gr...
I would like to know how to make the following preloader last me 5sec before showing me the entire html document.
.preload {
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin: -42px 0 0 -12px;...
I am using a list that I use for paging, and it is so long that I would like to hide all of them except the previous one, current and next. For example:
<ul>
<li>1</li> <!-- Ocultar -->
<li>2</li> &l...
I'm using placeholder in my input text type and they work perfect, just that I have a select , in which I want to put a placeholder where it says "select an option", but it does not appear, Does anyone know if I can ad...