Skip to content

Instantly share code, notes, and snippets.

@nvnambnh
Created December 6, 2020 14:16
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 nvnambnh/1c29719d7d361723a3c6ce8104ec4988 to your computer and use it in GitHub Desktop.
Save nvnambnh/1c29719d7d361723a3c6ce8104ec4988 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/hesogap
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body {
background:green;
bolor:#FF0000;
font-size:14pt
}
h1 { color:red;
text-transform:uppercase }
Trang 12
Simple CSS Standard Edition WallPearl
h2 {
color:black;
text-transform:uppercase;
}
h3 {
color:blue;
text-transform:uppercase;
}
 h1, h2, h3 {
color:#blue;
text-transform:uppercase;
}
</style>
</head>
<body>
<h1>anh dep trai</h1>
<h2> tes</h2>
<h3>namblue</h3>
helo world
<script id="jsbin-source-css" type="text/css">body {
background:green;
bolor:#FF0000;
font-size:14pt
}
h1 { color:red;
text-transform:uppercase }
Trang 12
Simple CSS Standard Edition WallPearl
h2 {
color:black;
text-transform:uppercase;
}
h3 {
color:blue;
text-transform:uppercase;
}
 h1, h2, h3 {
color:#blue;
text-transform:uppercase;
}
</script>
</body>
</html>
body {
background:green;
bolor:#FF0000;
font-size:14pt
}
h1 { color:red;
text-transform:uppercase }
Trang 12
Simple CSS Standard Edition WallPearl
h2 {
color:black;
text-transform:uppercase;
}
h3 {
color:blue;
text-transform:uppercase;
}
 h1, h2, h3 {
color:#blue;
text-transform:uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment