Skip to content

Instantly share code, notes, and snippets.

@mfaridzia
Created May 22, 2017 16:10
Show Gist options
  • Save mfaridzia/4171bb50442caa8c57b983481939e9d1 to your computer and use it in GitHub Desktop.
Save mfaridzia/4171bb50442caa8c57b983481939e9d1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style>
.hide {
visibility: hidden;
}
</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