From f7e485c19454b745866876edab3bf3a7ef54bad3 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Mon, 22 Feb 2021 10:10:15 +0100 Subject: [PATCH] Add files via upload --- helloworld/css/index.html.css | 4 ++++ helloworld/index.html | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 helloworld/css/index.html.css create mode 100644 helloworld/index.html 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