Come on ... Suppose I have something similar to the list below.
<div id="respostas">
<div class="historico">
<div class="lista">
<div class="enviando"><strong>verbot</strong> curar</div...
I do not know what to do, but I do not know which commands I use to leave the line diagonally. Follow the image below:
I need to do only with HTML and CSS, thank you in advance. And ignore the numbers inside the blue square.
The example shows a div with horizontal scroll, but I would like the table along with the div that has scroll to adjust 100% to the size of the screen.
.div {
border: solid;
display: inline-block;
width: 300px;
overflow: auto;...
How do I make a resolution for the entire image? For example, I have this image:
But in CSS I'll only get 20px from it. You can not use height and width .
I'm trying to make a button on a particular page.
However, my entire project started with the Razor engine, so I would like to know how I can make a button with such an engine, I'm trying to do it like this:
@model WebApplication3.Models.Co...
I'm studying ASP.NET MVC 5 and I'm trying to create a page where in the upper left corner I would have a "Menu" button, I could create the button and action but I'm having trouble locating the button on the page. / p>
I want this button to be...
I have a div with a lot of text, and I want it to load when the page div starts to do automatic scrolling showing the whole text ...
html:
<div id="corpo">
<p> Titulo da notícia, Titulo da notícia, Titulo da notícia,...
Problem:
I would like to not load the CSS if it is IE8
For all other browsers I want to load CSS
I thought about doing
<!--[if IE 8]> (deixar vazio)
and put for each type of browser the CSS
Webkit, Gecko, but I think it is not t...
I have the following structure in my HTML :
<div class="image">
<div class="container center-align">
<h1 class="grey-text text-lighten-5">Análise de Sistemas</h1>
<span><b class="grey-...