Skip to content

Instantly share code, notes, and snippets.

<style id="jsbin-css">
h1{
color:orange;
background-color:black;
font-family:courier;
font-size:40px;
}
#different{
background-color:maroon;
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
h1{
background-color:green;
color:red;
text-align:center;
}
<!DOCTYPE html>
<html>
<head>
<title></title>
<style id="jsbin-css">
th{
color:blue;
background-color:red;
}
</style>