Skip to content

Instantly share code, notes, and snippets.

@pupubird
Created April 9, 2019 07:19
Show Gist options
  • Save pupubird/e9ecbac664381167ab8c6bdf3cd6a2d0 to your computer and use it in GitHub Desktop.
Save pupubird/e9ecbac664381167ab8c6bdf3cd6a2d0 to your computer and use it in GitHub Desktop.
inlineWalkthrough
/* inline css, have no external css file*/
<html>
<head>
<title>My website</title>
</head>
<body>
<p style="color:red;">I want red color!</p>
<p style="color:blue;">I want blue color!</p>
<p style="font-size:20px;">I want 20px font size!</p>
<p style="font-size:20px; color:blue;">I want 20px font size and blue color!</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment