
Rupert The Mighty
805 Pointswhy does it say "change the font size to 0.75em" if i 've already changed it to 0.75 em?
If someone knows why this happens let me know
/***********************************************
Top bar color
***********************************************/
html {
border-top: 65px solid #4D7094;
} <head> to do list </head>
/***********************************************
Body styling
***********************************************/
body {
max-width: 600px;
margin: 0 auto;
padding: 20px 20px;
font-size: 0.75em;
line-height: 1.6em;
font-family: Helvetica Neue, Helvetica, Arial, serif;
color: #066;
font-weight: 300;
} <p>Fuck you Douglas, you moron</p>
.centered {
text-align: center;
}
/***********************************************
Image styling
***********************************************/
img {
border-radius: 100%;
max-width: 340px;
}
/***********************************************
Headline styling
***********************************************/
h1 {
font-size: 0.75em;
line-height: .5em;
color: #564581;
}
h2 {
font-size: 1em;
line-height: 1em;
font-style: oblique;
color: #aaa;
}
h3 {
font-size: .0.75em;
line-height: 1em;
font-weight: normal;
}
h4 {
margin-top: 60px;
font-weight: 500;
color: #564581;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>All About Joy's Page</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet">
</head>
<body>
<img src="sam.jpg" alt="Sam">
<h1>My Name</h1>
<h2>My Profession</h2>
<h3>Where I Live</h3>
<h4>What I do:</h4>
<p>I'm a teacher at Treehouse, but you should write in what you do here!</p>
<h4>What I enjoy doing:</h4>
<p>When I'm not writing code, I like to surf and play music. Your turn, write in something that makes you happy, or things you like to do in your free time.</p>
</body>
</html>
1 Answer

Mel Hope
Pro Student 1,327 PointsYou mistakenly put .0.75 adding that extra . in the beginning.