Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created March 24, 2017 13:23
Show Gist options
  • Save ultim8k/3e19e8193e79536a7e7b2f3ea39c7909 to your computer and use it in GitHub Desktop.
Save ultim8k/3e19e8193e79536a7e7b2f3ea39c7909 to your computer and use it in GitHub Desktop.
<!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