diff --git a/index.html b/index.html index 249904a..4648b82 100644 --- a/index.html +++ b/index.html @@ -11,9 +11,21 @@

/dev.space

-

The digital hackerspace

+

+ The digital hackerspace +

+
+
+
+
+

+ /dev.space is a platform providing online services for + developers to collectively learn and grow. +

+

+ Whether you're freshly starting out, or you are just looking to connect with likeminded people. We help you turn your project ideas into reality. +

-
diff --git a/styles/index.css b/styles/index.css index 85bc727..8722770 100644 --- a/styles/index.css +++ b/styles/index.css @@ -3,6 +3,7 @@ /* Components */ @import url("./hero.css"); +@import url("./introduction.css"); body { margin: 0; diff --git a/styles/introduction.css b/styles/introduction.css new file mode 100644 index 0000000..02d0d12 --- /dev/null +++ b/styles/introduction.css @@ -0,0 +1,17 @@ +.introduction { + align-items: center; + display: flex; + font-family: "Work Sans", sans-serif; + height: 30vh; + justify-content: center; + text-align: center; +} + +.introduction__container__heading { + font-size: 2.5rem; + +} + +.introduction__container__subheading { + font-size: 1.5rem; +} \ No newline at end of file