KaliaHayes
2/26/2018 - 8:02 PM

JS Bin // source https://jsbin.com/cahumot

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;
}