diff --git a/index.html b/index.html index 8db1db9..6fdd5ff 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,13 @@ laptop image banner +
+
+

Lorem Ipsum

+

Dolor Sit Amet

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.

+
+
\ No newline at end of file diff --git a/styles/style.css b/styles/style.css index 6f87412..803a998 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,7 +1,11 @@ +@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap'); + * { margin: 0; padding: 0; box-sizing: border-box; + font-family: 'Inter', sans-serif; + color: #000000; } .page-header { @@ -17,4 +21,37 @@ .main-banner { width: 100%; +} + +.first-content { + padding-top: 73px; + display: flex; + align-items: center; + justify-content: center; +} + +.first-content-text { + max-width: 766px; +} + +.first-content-h2 { + text-transform: uppercase; + font-weight: 400; + font-size: 32px; + line-height: 39px; + text-align: center; +} + +.first-content-h1 { + font-weight: 500; + font-size: 40px; + line-height: 58px; + text-transform: uppercase; + text-align: center; +} + +.first-content-p { + font-weight: 400; + font-size: 16px; + padding-top: 28px; } \ No newline at end of file