VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
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:
And css:
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:
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;}