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
Chris-Pettyjohn.cu.cc [Customly Coded]
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="Roon" data-source="post: 203251" data-attributes="member: 30338"><p><center> tags are easier, but less 'professional'.</p><p>Use....</p><p>[CODE]h3 {</p><p>align: center;</p><p>align: left;</p><p>align: right;</p><p>}</p><p> </p><p>(Above is mostly for div's or for css that only affects text. This is because it will align whatever is contained in the tags - in this example, it only affects the <h3></h3> tags.)</p><p>I also gave some other useful examples.</p><p> </p><p>h3 {</p><p>text-align: center;</p><p>text-align: left;</p><p>text-align: right;</p><p>}</p><p> </p><p>This will only align the text in the div, span or just generic tags.</p><p>Again, some other useful examples are shown.[/CODE]</p><p>Good luck with your coding, some skills for a 13 year old. Although I am only 14, still goes with out saying - bright future if you decide to do web development in college/whatever. <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p><p> </p><p>EDIT: </p><p>Also, maybe put some padding on the text, as it's touching the edge of the div, I assume it's a div. It doesn't look 'neat'.</p></blockquote><p></p>
[QUOTE="Roon, post: 203251, member: 30338"] <center> tags are easier, but less 'professional'. Use.... [CODE]h3 { align: center; align: left; align: right; } (Above is mostly for div's or for css that only affects text. This is because it will align whatever is contained in the tags - in this example, it only affects the <h3></h3> tags.) I also gave some other useful examples. h3 { text-align: center; text-align: left; text-align: right; } This will only align the text in the div, span or just generic tags. Again, some other useful examples are shown.[/CODE] Good luck with your coding, some skills for a 13 year old. Although I am only 14, still goes with out saying - bright future if you decide to do web development in college/whatever. :) EDIT: Also, maybe put some padding on the text, as it's touching the edge of the div, I assume it's a div. It doesn't look 'neat'. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Chris-Pettyjohn.cu.cc [Customly Coded]
Top