Skip to content

Instantly share code, notes, and snippets.

@eunicekokor
Created October 11, 2014 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eunicekokor/1e8ff87e532e0b5f156d to your computer and use it in GitHub Desktop.
Save eunicekokor/1e8ff87e532e0b5f156d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-git2.js"></script>
<meta charset="utf-8">
<title>JS Bin</title>
<style id="jsbin-css">
html {
font-family: 'Lucida Grande', Helvetica, sans-serif;
color: white;
background: #50e582;
}
h1{
font-size: 72px;
margin-bottom: 0;
}
#languages {
color: black;
}
#input {
color: #59acff;
}
#number {
color: black;
}
#word {
color: black;
}
em {
font-size: 55px;
}
option {
border: none;
}
select {
border: none;
font-size: 72px;
background: none;
}
</style>
</head>
<body>
<h1>I can say <strong id = "input">{<em contenteditable="true" id="word">Hello</em>}</strong> in <strong id = "input">{<em contenteditable="true" id="number">1</em>}</strong></h1><select><option>languages</option><option>Chinese</option></select>
<script id="jsbin-source-html" type="text/html"><!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery-git2.js"><\/script>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<h1>I can say <strong id = "input">{<em contenteditable="true" id="word">Hello</em>}</strong> in <strong id = "input">{<em contenteditable="true" id="number">1</em>}</strong></h1><select><option>languages</option><option>Chinese</option></select>
</body>
</html></script>
<script id="jsbin-source-css" type="text/css">html {
font-family: 'Lucida Grande', Helvetica, sans-serif;
color: white;
background: #50e582;
}
h1{
font-size: 72px;
margin-bottom: 0;
}
#languages {
color: black;
}
#input {
color: #59acff;
}
#number {
color: black;
}
#word {
color: black;
}
em {
font-size: 55px;
}
option {
border: none;
}
select {
border: none;
font-size: 72px;
background: none;
}</script>
</body>
</html>
html {
font-family: 'Lucida Grande', Helvetica, sans-serif;
color: white;
background: #50e582;
}
h1{
font-size: 72px;
margin-bottom: 0;
}
#languages {
color: black;
}
#input {
color: #59acff;
}
#number {
color: black;
}
#word {
color: black;
}
em {
font-size: 55px;
}
option {
border: none;
}
select {
border: none;
font-size: 72px;
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment