Here's the CSS code for the footer:
footer {
background-color: rgb(255,255,255); /* IE fallback - http://css-tricks.com/rgba-browser-support/ */
background-color: rgba(255,255,255,0.4);
font-style:italic;
color:#990000;.
}
.heimild
{
float: left;
}
.hofundur
{
float: right;
}
And the HTML
<footer> <p class = "hofundur"> Nublet 2012. </p> <p class = "heimild"> Source: <a href = "http://en.wikipedia.org/wiki/Big_L">http://en.wikipedia.org/wiki/Big_L</a> </footer>
And if you don't understand what I'm talking about, here's a picture before I float them:

And after:

New Topic/Question
Reply


MultiQuote






|