Skip to content

Instantly share code, notes, and snippets.

@ilyeshammadi
Created March 7, 2015 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilyeshammadi/46311d3a4e321c379722 to your computer and use it in GitHub Desktop.
Save ilyeshammadi/46311d3a4e321c379722 to your computer and use it in GitHub Desktop.
<DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>page web</title>
</head>
<body>
<style>
title{
color: brown;
}
body{
background-color: cornflowerblue;
color: white;
}
p{
color: chartreuse;
}
h1{
color: brown;
background-color: aliceblue;
}
h2{
position:absolute ;
top: 40%;
width: 100%;
font-family: Helevetica;
font-size: 100%;
}
h3{
position: absolute;
width: auto;
color: beige;
}
</style>
<h1>bonjour TEST</h1>
<h2>Hello world</h2>
<h3>HELLO WORLD</h3>
<h4>salut salut</h4>
<p>salut les amis je suis entrain d'aprendre a manipuler git so cool</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment