Created
January 17, 2018 11:08
-
-
Save meirankri/a16f8f6f8e95481f38596acbd3d9836c 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:2em | |
} | |
</style> | |
</head> | |
<body> | |
<header>mon portoflio </header> | |
<aside><p>mes experiences </p></aside> | |
<script id="jsbin-source-css" type="text/css">header { | |
font-style:italic; | |
font-size:1.5em; | |
line-height:2em | |
} | |
</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:2em | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment