Skip to content

Instantly share code, notes, and snippets.

@jmichalenko
Last active September 11, 2019 01:00
Show Gist options
  • Save jmichalenko/ef1fcdcfda59c63a8385f421deff7dcd to your computer and use it in GitHub Desktop.
Save jmichalenko/ef1fcdcfda59c63a8385f421deff7dcd to your computer and use it in GitHub Desktop.
Internal CSS
<!DOCTYPE html>
<html lang="en">
<head>
<style>
#paragraphOne {
color: blue;
font-size: 46px;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<p id="paragraphOne"> This is the first paragraph would be. </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment