Skip to content

Instantly share code, notes, and snippets.

@pupubird
Created April 9, 2019 07:31
Show Gist options
  • Save pupubird/dbfa1588713b688d29d5952fd663aa82 to your computer and use it in GitHub Desktop.
Save pupubird/dbfa1588713b688d29d5952fd663aa82 to your computer and use it in GitHub Desktop.
<html>
<head>
<title></title>
<link rel="stylesheet" href="clasid.css">
</head>
<body>
<p>I am normal</p>
<p>I am normal</p>
<p>I am normal</p>
<p>I am normal</p>
<p id="red">I want red color!</p>
<p class="blue">I want blue color!</p>
<p class="blue">I want blue color!</p>
<p class="blue">I want blue color!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment