- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Eternal revisions</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
Revision list
Alternative font options were not indicated
The document does not pass the validation check
The style file is invoked outside of the head tags
There are errors in the texts
The page layout breaks apart when the window is resized to the minimum width
The tag br is used to break text into paragraphs
The layout is broken when the website is loaded in Internet Explorer 11
</body>
</html>
CSS
body {
width: 550px;
margin: 0;
padding: 0 10px;
font-family: "Arial", sans-serif;
font-size: 18px;
line-height: 1.6;
}
code {
padding: 2px 5px;
background-color: #e6e6e6;
border: 1px solid #707070;
border-radius: 4px;
color: #09081d;
font-family: "Courier New", "Courier", monospace;
}
.important {
color: red;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.