/    Sign up×
Community /Pin to ProfileBookmark

What kind of css this site is using?

If you go to here:
[url]http://demotemplates.joomlashack.com/elevation/[/url]
You’ll see the the main site is bordered by a gray-ish and white outer border.
I know this is not an image, but how do you do this, via css? what kind?

Thanks.

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@CentauriNov 12.2007 — They have multiple nested divs (horrible way to do it), with different borders :[CODE]/*Border colors*/
#wrap-a{border: 1px solid #E4E4E4; width:767px;} /*outer border*/
#wrap-b{border: 1px solid #C0C0C0;} /*inner border*/
#wrap-c{border: 3px solid #fff;} /*inside page border*/
#wrap {background:#FFF;}[/CODE]

Just a matter of looking through the css to find it.
Copy linkTweet thisAlerts:
@ssalimauthorNov 12.2007 — You mentioned horrible... how/why?
Copy linkTweet thisAlerts:
@CentauriNov 12.2007 — "Horrible" in that, with a little thought, some of those divs could be eliminated. A heap of nested divs just to apply some basic styling to each, whilst valid code, isn't very elegant.
×

Success!

Help @ssalim 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.20,
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,
)...