- index.html
- style.css
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Artwork</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
/`·.¸
/¸...¸`:·
¸.·´ ¸ `·.¸.·´)
: © ):´; ¸ {
`·.¸ `· ¸.·´\`·¸)
`\\´´\¸.·´
</body>
</html>
CSS
body {
margin: 0;
padding: 0 10px;
font-size: 20px;
}
pre {
line-height: normal;
font-family: "Courier New", "Courier", monospace;
color: #6a2cce;
}
- Goal
- Result
- Overlay
- Differences
- ?
Press Compare to send your code for review.