Add files via upload

This commit is contained in:
2021-02-22 10:10:15 +01:00
committed by GitHub
parent 6c504509b2
commit f7e485c194
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');
.lap{
font-family: 'Montserrat', sans-serif;
}

6
helloworld/index.html Normal file
View File

@@ -0,0 +1,6 @@
<html>
<link href="css/index.html.css" rel="stylesheet" type="text/css">
<body>
<p class="lap">Hello world</p>
</body>
</html>