Skip to content

Instantly share code, notes, and snippets.

@mfaridzia
Last active May 22, 2017 15:47
Show Gist options
  • Save mfaridzia/74378dab47dfd2bc35336ee483a2d43d to your computer and use it in GitHub Desktop.
Save mfaridzia/74378dab47dfd2bc35336ee483a2d43d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
.hide {
opacity: 0;
}
</style>
</head>
<body>
<div class="hide"> Kotak </div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment