Skip to content

Instantly share code, notes, and snippets.

@hini-manan
Created January 11, 2017 20:32
Show Gist options
  • Save hini-manan/755b9fd5c5ed089baf9e33f8c4cdde97 to your computer and use it in GitHub Desktop.
Save hini-manan/755b9fd5c5ed089baf9e33f8c4cdde97 to your computer and use it in GitHub Desktop.
Exported from Popcode. Click to import: https://popcode.org/?gist=755b9fd5c5ed089baf9e33f8c4cdde97
<!DOCTYPE html>
<html>
<head>
<title>Unit Six!</title>
</head>
<body>
<div class="compasci">
<h1>Hey you!!!</h1>
<h2>Cuál Es Tu Nombre?</h2>
<input id="name"/>
<button id="submit-name"> SAY HOLA </button>
<p id="greetings"> Hola como estas!</p>
</div>
</body>
</html>
{"enabledLibraries":["jquery"]}
body{
background-color: rgb(241, 182, 35);
}
.compasci{
padding: 1em 0;
border-bottom: 4px dashed teal;
}
h1{
font
}
h2{
font-size: 25px;
text-align: left;
text-shadow: 5px 3px 1px rgb(210, 140, 203);
font-style: cursive;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment