Good evening, my people,
I have a screen where I have a sidebar on the left side. When I define it with the CSS class .compacto it stays 50 pixels wide by adjusting the buttons and layout. When I put the .modoExpandido class it gets the avera...
Good afternoon,
I'm looking for information about the Gulp feature that transforms external style sheets into inline css using the inline attribute.
Ex:
<link inline href="styles/estilo.css" rel="stylesheet" type="text/css">
Cou...
I am trying to rewrite the path of my css, but due to the use of 2 .htaccess files only one of my URLs works. My structure is as follows:
htdocs (root)
index.html
.htaccess (1)
Development
Projects
redirect
index.php
.htacc...
I need to make a redirect to a "sleep screen", in case the user does not interact via click / touch, drag and mouse movement.
What you can do
<script type="text/javascript">
var meuTempo;
meuTempo = setTimeout(openUrl, 500...
Well I'm trying to make a tabbed browsing on a page, but I'm having a problem putting it responsive and not working anyone could help?
the code:
ul.tabs {
margin: 0px;
padding: 0px;
list-style: none;
border-bottom: 1px...
I made a progress bar with the bootstrap. Then every time something is filled in the table a certain percentage more is inserted in the bar. The data that is inserted into the table comes from an API, so it does this automatically. I did it as f...
The .css files that are used follow a pattern:
seletor{
atributo: valor
}
The part of the attributes and values I understand, however in some examples I see these selectors are being separated with ',' or with a '.' on the front or a '#'. A...
Is there any way to make one affect only one html section? For example I want an external link that will only affect one of the divs with a specific id, how do I do this?
I'm trying to create a "chat window", I already have most things oriented, but I can not get a textarea to occupy the space that is "left" vertically in the window (this textarea is not the last element of the window).
Below is my complete co...