INDEX.HTML
<!DOCTYPE html>
<html>
<head>
<title>Result</title>
<link type = "text/css" rel = "stylesheet" href = "stylesheet.css"/>
</head>
<body>
<h1>
Open Header
</h1>
<p>
Descriptive paragraph conserning the header
</p>
<img src = "http://1.bp.blogspot.com/-hZTiqJlWDY4/UMH3aXMwi_I/AAAAAAAAOoE/UUa7comxkr8/s1600/Planets+In+Space+Wallpapers+03.jpg"/>
</body>
</html>
STYLESHEET.CSS
h1 {
font-family: Verdana, sans-serif;
color: #576D94;
p {
font-size: 18px;
color: #4A4943;
font-family: Garamond, serif;
}
img {
height: 100px;
width: 300px;
border: 1px solid #4682b4;
}
// I’ve tried cheating the system by looking up the RGB of the Hex, tried using different browsers, tried resetting codes and refreshing, and have also tried the DEFAULT zoom CTRL + 0. Nothing seems to work, please have a look and provide solutions! Thank You!