Created
February 26, 2018 20:02
-
-
Save KaliaHayes/64eb8e90246edad2a72b71d18578df07 to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/cahumot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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