Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
CSS Question
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sysode" data-source="post: 178773" data-attributes="member: 25453"><p>It's handy when applying the same design to certain tags. Rather than creating a load of different ones like:</p><p> </p><p>[CODE]h1 { }</p><p>h2 { }</p><p>h3 { }[/CODE]</p><p> </p><p>You can have it all together - makes the css document smaller.</p><p> </p><p>EDIT: <a href="http://devbest.com/members/integers.22720/" target="_blank">Integers</a> , it depends what style they are giving to them tags. They could be applying a margin of 0 and padding of 0, then they may want a padding of 10 applied to something else inside the <body> tag</p></blockquote><p></p>
[QUOTE="Sysode, post: 178773, member: 25453"] It's handy when applying the same design to certain tags. Rather than creating a load of different ones like: [CODE]h1 { } h2 { } h3 { }[/CODE] You can have it all together - makes the css document smaller. EDIT: [URL='http://devbest.com/members/integers.22720/']Integers[/URL] , it depends what style they are giving to them tags. They could be applying a margin of 0 and padding of 0, then they may want a padding of 10 applied to something else inside the <body> tag [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
CSS Question
Top