Premier projet fonctionnel

This commit is contained in:
Vincent Ramiere 2023-03-05 19:17:30 +01:00
parent 7ad04babd4
commit 7fe9c2afe2
5 changed files with 52 additions and 1 deletions

10
CSS/style.css Normal file
View file

@ -0,0 +1,10 @@
@font-face {
font-family: 'matrixCodeNFI';
src: url('/Fonts/matrix-code-nfi/matrixCodeNFI.ttf') format('truetype')
}
body {
margin: 0;
height: 100vh;
width: 100vw;
}