image de fond
This commit is contained in:
47
index-test.html
Normal file
47
index-test.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title></title>
|
||||
<meta name="description" content="description du site web">
|
||||
<meta name="keywords" content="truc, bidule, chouette">
|
||||
<style>
|
||||
#fullpage {
|
||||
margin: 40px;
|
||||
padding: 50px;
|
||||
border: 1px solid red;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'cabrion';
|
||||
src: url('./fonts/cabrion/cabrion-light.woff2') format('woff2'),
|
||||
url('./fonts/cabrion/cabrion-light.woff') format('woff');
|
||||
url('./fonts/cabrion/cabrion-light.otf') format('opentype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'paradroid';
|
||||
src: url('./fonts/paradroid/paradroidmono-light.woff2') format('woff2'),
|
||||
url('./fonts/paradroid/paradroidmono-light.woff') format('woff');
|
||||
url('./fonts/paradroid/paradroidmono-light.ttf') format('truetype');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'louisgeorge';
|
||||
src: url('./fonts/louisgeorge/louis_george_cafe.woff2') format('woff2'),
|
||||
url('./fonts/louisgeorge/louis_george_cafe.woff') format('woff');
|
||||
url('./fonts/louisgeorge/louis_george_cafe.ttf') format('truetype');
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'louisgeorge', sans-serif;
|
||||
}
|
||||
a, p, li {
|
||||
font-family: 'cabrion', sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="fullpage">
|
||||
<h1>titre exemple</h1>
|
||||
<p>texte exemple</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user