Skip to content

Instantly share code, notes, and snippets.

@zixuan75
Last active December 27, 2018 22:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zixuan75/c5cdc97c9d8c919ed6f759d275cc061d to your computer and use it in GitHub Desktop.
Save zixuan75/c5cdc97c9d8c919ed6f759d275cc061d to your computer and use it in GitHub Desktop.
Pad HTML (working on it right now)
<html>
<head>
<meta charset="utf-8">
<title>Pad</title>
<style>
body {
font-family: Arial, sans-serif;
}
.main-pad-heading {
background-color: darkblue;
color: white;
}
</style>
</head>
<body>
<h1 class="main-pad-heading">Pad</h1>
<h2>What is Pad?</h2>
<p>Well, PAD is just nothing but just a web page.</p>
<button>RSVP button</button>
</body>
</html>
@zixuan75
Copy link
Author

Wait, PAD html? (by alax99)

@zixuan75
Copy link
Author

Actually no control.

@zixuan75
Copy link
Author

Oh, nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment