Jump to content

Ravi Rai 3

Recommended Posts

I would like to put a border-bottom in may text-area, that is my hearder. When a put the border, it goes on the top, and i want at the bottom.

 

I have done that:

var css = `

div#cabecalho h1 {

position: absolute;

font-size: 10pt;

left: 4.7%;

text-align: left;

}

div#cabecalho img#logo {

position: absolute;

left: .3%;

top: 8px;

}

aside#lateral p {

display: block;

float:right;

margin-top: 3%;

}

`;

$("").text(css).appendTo($("#cabecalho"));

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...