Skip to content

Instantly share code, notes, and snippets.

@codenart
Last active September 18, 2017 04:00
Using for tutorials on codenart.github.io
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Another Lovely Day</title>
<link rel="stylesheet" href="lovely.css">
</head>
<body>
<section class="card bg-cover">
<h2 class="card-msg">A lovely daaay !</h2>
</section>
<section class="card bg-contain">
<h2 class="card-msg">Another lovely daaay !</h2>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment