diff --git a/design.css b/design.css new file mode 100644 index 0000000..f3f0950 --- /dev/null +++ b/design.css @@ -0,0 +1,63 @@ +.section { + height: 100vh; + padding: 70px 0 0 0; + text-align: center; +} +.carousel-item { + max-height: 100vh; +} +.carousel-item::after { + content:""; + position:absolute; + top:0; + bottom:0; + left:0; + right:0; + background:rgba(10,41,73,0.3); +} +#services { + background-color: #001F3F; + color: #FFFFFF; +} + +#quote { + background-color: #001F3F; /*0A2949*/ + color: #FFFFFF; +} + +#branches { + background-color: #001F3F; + color: #FFFFFF; +} +footer { + background-color: #0A2949; +} +.navbar-nav .nav-link { + transition: color 0.3s ease; + color: #FFFFFF; /* Set font color to white */ + font-weight: bold; /* Make font bold */ +} + +.navbar-nav .nav-link:hover { + border-radius: 5px; + background-color: #0A2949; /* Change background color to black on hover */ + color: #ffffff; +} +.card { + background-color: #0A2949; + color: #FFFFFF; + border: 1px solid #0A2949; + transition: transform 0.3s ease; +} + +.card:hover { + transform: translateY(-5px); +} + +.card-title { + color: #FFFFFF; +} + +.card-text { + color: #CCCCCC; +} \ No newline at end of file diff --git a/img/image1.jpg b/img/image1.jpg new file mode 100644 index 0000000..caac758 Binary files /dev/null and b/img/image1.jpg differ diff --git a/img/image2.jpg b/img/image2.jpg new file mode 100644 index 0000000..14a327c Binary files /dev/null and b/img/image2.jpg differ diff --git a/img/service1.jpg b/img/service1.jpg new file mode 100644 index 0000000..82d901e Binary files /dev/null and b/img/service1.jpg differ diff --git a/img/service2.jpg b/img/service2.jpg new file mode 100644 index 0000000..8c31540 Binary files /dev/null and b/img/service2.jpg differ diff --git a/img/service3.jpg b/img/service3.jpg new file mode 100644 index 0000000..9dfd219 Binary files /dev/null and b/img/service3.jpg differ diff --git a/img/service4.jpg b/img/service4.jpg new file mode 100644 index 0000000..e4c85de Binary files /dev/null and b/img/service4.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..92dacb5 --- /dev/null +++ b/index.html @@ -0,0 +1,159 @@ + + + + + + Car Rentals + + + + + + + + + +
+ +
+ + +
+

Services

+
+
+ +
+
+ Service 1 Image +
+
Service 1
+

Description of Service 1.

+ Learn More + Purchase +
+
+
+ + +
+
+ Service 2 Image +
+
Service 2
+

Description of Service 2.

+ Learn More + Purchase +
+
+
+ + +
+
+ Service 3 Image +
+
Service 3
+

Description of Service 3.

+ Learn More + Purchase +
+
+
+ + +
+
+ Service 4 Image +
+
Service 4
+

Description of Service 4.

+ Learn More + Purchase +
+
+
+
+
+
+ + + +
+

Get A Quote

+
+ + +
+

Branches

+
+ + + + + + + + diff --git a/main.js b/main.js new file mode 100644 index 0000000..e69de29