Created
January 10, 2018 19:29
-
-
Save meirankri/26e5db4c7cbfbf9c4fd3ccbc8cea8961 to your computer and use it in GitHub Desktop.
ma page // source https://jsbin.com/daheyi
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>ma page</title> | |
<style id="jsbin-css"> | |
header { | |
font-style:italic; | |
font-size:1.5em; | |
line-height:1.5em | |
} | |
</style> | |
</head> | |
<body> | |
<header>mon portoflio </br> | |
ceci sont ces mes experiences</br> | |
et mon parcourt professionnel</header> | |
<aside></aside> | |
<script id="jsbin-source-css" type="text/css">header { | |
font-style:italic; | |
font-size:1.5em; | |
line-height:1.5em | |
} | |
</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
header { | |
font-style:italic; | |
font-size:1.5em; | |
line-height:1.5em | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment