mon-entreprise/couleur.html

34 lines
708 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1">
<title>Embauche.beta - Choix de la couleur</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:200,400,600' rel='stylesheet' type='text/css'>
</head>
<style>
body {
font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.slider-picker {
margin: 3em auto 4em;
}
.indication {
font-size: 80%;
font-style: italic;
text-align: center;
}
</style>
<body>
<div id="coulorChooser"></div>
<!-- #1F4382 - #3570B8 - #4A89DC - #4A9DED-->
<script src="https://use.fontawesome.com/1da10bbdec.js"></script>
</body>
</html>