Last active
September 18, 2017 04:00
Using for tutorials on codenart.github.io
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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