Created
March 24, 2017 13:23
-
-
Save ultim8k/3e19e8193e79536a7e7b2f3ea39c7909 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 lang="en" class="-capitalise-normal"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="x-ua-compatible" content="ie=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>An amazing site</title> | |
<style> | |
@media (max-width: 480px) { | |
.page-title { | |
color: rebeccapurple; | |
} | |
} | |
</style> | |
</head> | |
<body> | |
<div class="page-title">An amazing site</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment