/    Sign up×
Community /Pin to ProfileBookmark

Hello I am new to the whole css and need some urgent help!

Could anyone be nice enough to quickly build me a css and html with:

• A maximum width of 1000 pixels
• A column on the left side of the page 200 pixels wide (reserved for a vertically orientated textbased
navigation bar). The background colour of this area should be black.
• An area to enter content that is 800 pixels wide with a white background.

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@nap0leonMar 23.2012 — Here you go.
<i>
</i>&lt;style&gt;
#wrapper {width:1000px; pading:0; margin:0;}
#left_nav{width:200px; background-color:#000; float:left;}
#main{width:800px; background-color:#FFF; float:left;}
&lt;/style&gt;
&lt;div id="wrapper"&gt;
&lt;div id="left_nav"&gt;Left Nav&lt;/div&gt;
&lt;div id="main"&gt;Content Area&lt;/div&gt;
&lt;/div&gt;
×

Success!

Help @xolliex spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.7,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...