Threadkiller Mk XI

Status
Not open for further replies.
Finally got a night mode that works reletavly well.

attachment.php
 
Oh wow, that actually looks quite bad. Sorry, I'm an absolute perfectionist and purist when it comes to web dedign. :p

Anyway, [MENTION=4071]BeoTeK[/MENTION], nice weather you have here. :p

Its just to take away all the white at night atm its still as it should be. but yeah its not beautiful by any strech.
 
Using CSS to build a responsive webpage can be challenging though. Especially if you try to minimize the amount of code to provide the smallest possible payload.

Essentially I just want a table with links and to have an image stay stationary in the background when you scroll down the list. Other than that I am not one for "busy" looking websites. I like to keep it simple.

Code:
*/
      body
	{
	background-color: #000000;
	background-image: url(http://i.imgur.com/a267PyW.png);
	background-attachment: fixed;
	background-position: right bottom;
	background-repeat: no-repeat;
	font-family: Roboto Condensed;
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	}

/*

Took some trial and error but I managed to get the background sorted. The current image is a place holder.
 
You know, having an emo person around the house is rather not as much fun as being the emo person...

Thank god for braai at [MENTION=9789]DieGrootHammer[/MENTION] tonight!
 
Home safe and no problems on the road but did see one bad accident will post pics later tonight gonna go get on my bike and gonna go watch FF7 with the missus
 
lovely, ain't it ^_^

I know you vaalies smaak the heat though, but you kinda missed it. Been scorching all week.

Nah, I'm a fan of mislukke weather. I'd move to London in a heartbeat! This wheather is great for getting some work done, although I ended up sleeping most of the afternoon after getting up shortly after 02:30 this morning and driving for almost 8 hours... :/
 
Status
Not open for further replies.
Back
Top