diff --git a/helloworld/css/index.html.css b/helloworld/css/index.html.css new file mode 100644 index 0000000..cbfa332 --- /dev/null +++ b/helloworld/css/index.html.css @@ -0,0 +1,4 @@ +@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap'); +.lap{ + font-family: 'Montserrat', sans-serif; +} \ No newline at end of file diff --git a/helloworld/index.html b/helloworld/index.html new file mode 100644 index 0000000..2d540a7 --- /dev/null +++ b/helloworld/index.html @@ -0,0 +1,6 @@ + + +
+Hello world
+ + \ No newline at end of file