Good afternoon everyone, I have a problem and so far I have done a lot of research, but I did not find a satisfactory answer. How do I develop a table of products in this style:
I have a post page, which receives this setting for the images that come from the database:
.post-content img{
max-width:100%;
}
What happens is that when you see the photo on the cell phone, they get elongated, half deformed, does an...
When you zoom in on the page, some elements do not "wrap around" correctly and overlap other elements. I am using as an option for layout organization the flex-box , since it was the only one with which I could align some elements as I wan...
Hello, I have a small problem, the table gets one more column, I looked for the error and read the code several times and nothing to solve
If anyone can help, thank you
<table>
<tr>
<?
$table = 'Products';
$col...
I'm new to CSS and I'm studying some elements.
When creating an ASP.NET CORE MVC project with Visual Studio 2017, all content is automatically placed inside a body-content that keeps content centralized. (At least that's what I understood)...
Good morning, I'm putting a mask on a field that formats a phone number, but you can see that the field ID is # Field_11690 because it was created by a WordPress plugin.
( function( $ ) {
// jQuery MeioMask.
$( '#field_11690' ).setMask( '(99)...
I need to make the table row change to a particular color based on the value contained within the 'td' tag.
All the functions I have found so far have not been useful to me since I tried to implement it in my code and I did not succeed....
I'm developing my CSS classes with SASS and realized that I often use Media Query (@media) to create behaviors at a given resolution.
%display-none-mobile{
@media (max-width:992px){
display: none;
}
}
.minha{
&-i...
I created a class to be able to apply the CSS, I already changed the positioning from relative to absolute and however it continues as it is in the photo. I need the bar not to overlap the map and the map to take up the entire width of the...
The question is as follows:
I have a calling system (GLPI) which by default it is responsive but does not stay legal in the mobile version.
I'm studying javascript > > react and then try to create a mobile full version.
My environment i...