diff --git a/index.html b/index.html index 3fabc88..0d1de9b 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ -
+
Golden
+
-

Services

-

Proin iaculis purus consequat sem cure.

- +
+

Services

+

Proin iaculis purus consequat sem cure.

+
    +
  • box +

    E-Commerce

    +

    Proin iaculis purus consequat sem cure 
digni ssim. Donec porttitora + entum suscipit 
aenean rhoncus + posuere odio in tincidunt.

    +
  • +
  • computer +

    Responsive Web

    +

    Proin iaculis purus consequat sem cure 
digni ssim. Donec porttitora + entum suscipit 
aenean + rhoncus + posuere odio in tincidunt.

    +
  • +
  • castel +

    Web Security

    +

    Proin iaculis purus consequat sem cure 
digni ssim. Donec porttitora + entum suscipit 
aenean + rhoncus + posuere odio in tincidunt.

    +
  • +
+
diff --git a/style.css b/style.css index 9711af2..81e3169 100644 --- a/style.css +++ b/style.css @@ -27,6 +27,7 @@ .services-item { list-style: none; + margin-bottom:117px; } .main-information { @@ -41,6 +42,7 @@ font-style: normal; color: var(--main-color); text-decoration: none; + margin: bottom 117px; } .services-title { @@ -50,7 +52,9 @@ font-style: normal; color: var(--header-color) } - +.main-text{ + margin-bottom: 79px; +} .main-description { font-family: "Roboto Slab", serif; font-weight: 400; @@ -65,12 +69,18 @@ font-style: normal; color: var(--subtitel-color); } - +.main-information{ + margin-bottom:10px; +} +.text-footer{ + margin-bottom: 28px; +} .section-information { font-family: "droid-serif", serif; font-weight: 400; font-style: normal; color: var(--subtitel-color); + margin-bottom: 74px; } ::placeholder { @@ -82,10 +92,19 @@ } .services-titlea{ color: var(--footer-color); + margin-top: 92px; + margin: bottom 20px; } .servisec-color{ color:var(--footer-color); + margin-top: 27px; + margin-bottom: 115px; } .footer-color{ background-color: #222222; -} \ No newline at end of file +} +.container{ + width: 933px; + margin: 0 auto; + outline: 1px solid blue; +}