From 39b6e4d81c4165cfc7ddd23e1222772532a82910 Mon Sep 17 00:00:00 2001 From: Paula Pintado <85115054+Pauladriana@users.noreply.github.com> Date: Thu, 4 Nov 2021 10:17:22 -0500 Subject: [PATCH] Add pau section --- css/main.css | 48 +++++++++++++++++++++++++++++++++++++++++++++--- index.html | 38 +++++++++++++++++++++++++++++++++++++- 2 files changed, 82 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 839fb7d0..2e354e3f 100644 --- a/css/main.css +++ b/css/main.css @@ -1,3 +1,45 @@ -/* - * Estilos de tu proyecto - */ \ No newline at end of file + + .secondSection{ + height: 90vh; + width: 100%; + background-image: linear-gradient(#76278F, #2B1E66); + + display: flex; + flex-direction: row; + padding-top: 10%; + padding-right: 0; + } + + #textInfo { + font-family: 'Montserrat', sans-serif; + flex: 35; + color: white; + padding-left: 10%; + width: 50px; + } + + #phonePhoto{ + flex: 35; + + } + + #phonePhoto img{ + width: 500px; +} +.infos{ + font-family: 'Montserrat', sans-serif; + margin-bottom: 60px; +} + +.infoTitle{ + margin: 0; +} + +.infoText{ + line-height: 5px; + width: 500px; +} + +#info3 .infoText{ + line-height: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 67324f35..ec29fe5d 100644 --- a/index.html +++ b/index.html @@ -1 +1,37 @@ - + + + + + + + + + + + Lyft + + +
+
+
+

A RIDE IN MINUTES

+

Request a ride and you'll be on your way in minutes.

+

Request. Ride. Repeat

+
+
+

SERIOUS ABOUT SAFETY

+

From knowing the color of your driver's car to our 24/7

+

Truist & Safety Team. We got you.

+
+
+

HAPPY DRIVERS.

+

HAPPY RIDERS.

+

Ride with us and you'll see why 9 out of 10 rides end with five stars.

+
+
+
+ phonePhoto +
+
+ + \ No newline at end of file