- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Strange formula</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<p>
x2 = e-x2 * (y2 - y1) / (z23 - z32)
</p>
</body>
</html>
CSS
body {
width: 550px;
margin: 0;
padding: 0 10px;
font-family: "Arial", sans-serif;
font-size: 26px;
}
p {
text-align: center;
}
sub,
sup {
font-size: 0.8em;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.