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 Font Shittttt
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="VaginaMuncher" data-source="post: 237514" data-attributes="member: 29655"><p>Hellur children<3</p><p></p><p>Basically my {body font-family: Raleway isn't working and is being a cunt.</p><p></p><p>I tried p{font etc, But still no work for me...</p><p></p><p></p><p>CODE:</p><p>[CODE]<!DOCTYPE html></p><p><html></p><p><head></p><p><title>RyanRimmer - Home</title></p><p><link rel="stylesheet" type="text/css" href="/CSS/Common.css"></p><p></head></p><p></p><p><body></p><p><!-- HEADER !--></p><p><div id="Header"></div></p><p><div id="Line"></div></p><p><!-- HEADER !--></p><p></body></p><p></head></p><p><div id="MainText">HEY</d[/CODE]</p><p>And css:</p><p>[CODE]body {</p><p>background-color:#E9573F;</p><p>font-family:Raleway;</p><p>font-size:20px;</p><p>font-color:#99997f;</p><p>padding:0;</p><p>margin:0;}</p><p></p><p>li { list-style:none;float: right;padding: 0;}</p><p>ul { list-style-type: none;margin: 0;padding: 0;overflow: hidden; }</p><p>li a { text-decoration:none;color: white;display: block; padding: 14px 20px;}</p><p></p><p>#MainText {</p><p>font-family:Raleway;</p><p>font-size:60px;</p><p>font-color:white;}</p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="VaginaMuncher, post: 237514, member: 29655"] Hellur children<3 Basically my {body font-family: Raleway isn't working and is being a cunt. I tried p{font etc, But still no work for me... CODE: [CODE]<!DOCTYPE html> <html> <head> <title>RyanRimmer - Home</title> <link rel="stylesheet" type="text/css" href="/CSS/Common.css"> </head> <body> <!-- HEADER !--> <div id="Header"></div> <div id="Line"></div> <!-- HEADER !--> </body> </head> <div id="MainText">HEY</d[/CODE] And css: [CODE]body { background-color:#E9573F; font-family:Raleway; font-size:20px; font-color:#99997f; padding:0; margin:0;} li { list-style:none;float: right;padding: 0;} ul { list-style-type: none;margin: 0;padding: 0;overflow: hidden; } li a { text-decoration:none;color: white;display: block; padding: 14px 20px;} #MainText { font-family:Raleway; font-size:60px; font-color:white;} [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
CSS Font Shittttt
Top