diff --git a/assets/SVG/computers.svg b/assets/SVG/computers.svg new file mode 100644 index 0000000..63db4a6 --- /dev/null +++ b/assets/SVG/computers.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/css/style.css b/css/style.css index 033803c..15fe795 100644 --- a/css/style.css +++ b/css/style.css @@ -14,4 +14,35 @@ } .header-computer{ width: 100%; +} +.computers{ + width: 100%; + display: flex; + justify-content: center; + margin-top: 73px; +} +.info{ + text-align: center; + margin: 73px; +} +.image-computer{ + width: 17%; +} +p{ + font-size: 16px; + line-height: 24px; + font: weight 400px; +} +.text{ + margin-top: 28px; +} +.lorem{ + font-size: 32px; + font-weight: 400px; + line-height: 38px; +} +.dolor{ + font-size: 48px; + font-weight: 500px; + line-height: 58px; } \ No newline at end of file diff --git a/index.html b/index.html index c1b7ed3..fdfcd4c 100644 --- a/index.html +++ b/index.html @@ -16,5 +16,18 @@ +
+
+
+

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