test style

This commit is contained in:
hugogogo
2020-11-30 13:00:55 +01:00
parent d5a2ec91bd
commit 87321a7d7b
2 changed files with 7 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
<script type="text/javascript" src="script.js" defer></script>
</head>
<body>
<img src="./docs/fond.png">
<div id="fullpage">
</div>
</body>
</html>

5
style.css Normal file
View File

@@ -0,0 +1,5 @@
#fullpage {
width: 100px;
height: 100px;
border: 1px solid red;
}