first commit
This commit is contained in:
21
index.css
Normal file
21
index.css
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.container {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
display: flex;
|
||||||
|
margin: 50px;
|
||||||
|
max-width: 1920px;
|
||||||
|
width: 100%;
|
||||||
|
height: auto;
|
||||||
|
}
|
18
index.html
Normal file
18
index.html
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="fr">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<title>Météo Rance</title>
|
||||||
|
<link rel="stylesheet" href="index.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<video autoplay controls loop>
|
||||||
|
<source src="tarpinchaud.webm" type="video/webm">
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
BIN
tarpinchaud.webm
Normal file
BIN
tarpinchaud.webm
Normal file
Binary file not shown.
Reference in New Issue
Block a user