23 lines
866 B
HTML
23 lines
866 B
HTML
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>c booooo</title>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<link href="css/stylesheet.css" type="text/css" rel="stylesheet"/>
|
||
|
</head>
|
||
|
<body style="background-color: black">
|
||
|
<div class="titreOmbre">mon beau titre</div>
|
||
|
<div class="degradeLineaire">un degrade lineaire</div>
|
||
|
<div class="degradeRadial">un degrade radial</div>
|
||
|
<div class="onbouge"></div>
|
||
|
<div class="boites boite1">boite1</div>
|
||
|
<div class="boites boite2">boite2</div>
|
||
|
<div class="boites boite3">boite3</div>
|
||
|
</body>
|
||
|
</html>
|