Skip to content

Instantly share code, notes, and snippets.

@KaliaHayes
Created February 26, 2018 20:02
Show Gist options
  • Save KaliaHayes/64eb8e90246edad2a72b71d18578df07 to your computer and use it in GitHub Desktop.
Save KaliaHayes/64eb8e90246edad2a72b71d18578df07 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/cahumot
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
body, html {
font-family: arial;
}
#about {
border-left: 6px solid blue;
padding-left: 9px;
}
</style>
</head>
<body>
<section id="about">
<h1>About Me.</h1>
<p> Hello, My name is Kalia Hayes. This is my About me. </br> I'm testing my abilities to add a block quote bar to my html/css</p>
</section>
<script id="jsbin-source-css" type="text/css">body, html {
font-family: arial;
}
#about {
border-left: 6px solid blue;
padding-left: 9px;
}</script>
</body>
</html>
body, html {
font-family: arial;
}
#about {
border-left: 6px solid blue;
padding-left: 9px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment