MY FREE FRIDAY ASSIGMENT 3/27/26

I made car compeny website i will post evrything up here so you guys can see.

I will start with the code first here you can look at index.html

SteelRoad Trucking Co.

SteelRoad Trucking Co.

Reliable. Fast. Nationwide.

Delivering Across America

Our Services

Long Haul

Cross‑country delivery with top‑tier safety and speed.

Local Delivery

Fast and reliable short‑distance transportation.

Heavy Cargo

Specialized trucks for oversized and heavy loads.

© 2026 SteelRoad Trucking Co. All rights reserved.

And here you can look at the services.html

Services – SteelRoad Trucking Co.

Our Services

We provide safe, fast, and reliable transportation across the country.

Long Haul Truck

Long Haul Transport

Nationwide delivery with experienced drivers and modern trucks.

Local Delivery Truck

Local Delivery

Fast and efficient short‑distance delivery for businesses and stores.

Heavy Cargo Truck

Heavy Cargo

Specialized equipment for oversized and heavy‑duty loads.

Why Choose Us?

  • ✔ Safe and reliable drivers
  • ✔ Modern, fuel‑efficient trucks
  • ✔ On‑time delivery guarantee
  • ✔ 24/7 customer support

here you can look at the fleet.html

Fleet – SteelRoad Trucking Co.

Our Fleet

SteelRoad Trucking Co. operates a strong and reliable fleet designed for every type of transportation job. Our trucks are maintained regularly and equipped with modern technology to ensure safe and efficient delivery.

Class 8 Semi Trucks

These powerful trucks are used for long‑distance hauling across states. They are equipped with:

  • ✔ 500+ horsepower engines
  • ✔ Advanced braking systems
  • ✔ GPS and real‑time tracking
  • ✔ Comfortable sleeper cabins

Box Trucks

Perfect for local and regional deliveries. Our box trucks offer:

  • ✔ Fast loading and unloading
  • ✔ Ideal for city deliveries
  • ✔ Fuel‑efficient engines
  • ✔ Secure enclosed cargo space

Heavy Haulers

Used for oversized and heavy‑duty loads. These trucks include:

  • ✔ Reinforced trailers
  • ✔ High‑torque engines
  • ✔ Special permits for large loads
  • ✔ Professional certified drivers

Fleet Technology

All our trucks are equipped with modern systems to ensure safety and efficiency:

  • ✔ GPS tracking and route optimization
  • ✔ Electronic logging devices (ELD)
  • ✔ Real‑time maintenance alerts
  • ✔ Fuel‑saving driving assistance

Safety First

We take safety seriously. Every truck in our fleet goes through:

  • ✔ Weekly inspections
  • ✔ Brake and tire checks
  • ✔ Driver safety training
  • ✔ Emergency equipment checks

and here that how did i style it

/* General Page Style */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f2f2f2;
}

/* Header */
header {
    background: #1f1f1f;
    color: white;
    padding: 20px;
    text-align: center;
}

/* Navigation Bar */
nav {
    background: #333;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #ffcc00;
}

/* Hero Section */
.hero {
    background: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70') center/cover no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 5px black;
}

/* Content Sections */
.section {
    padding: 40px;
    text-align: center;
}

/* Service Cards */
.services {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background: white;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* Footer */
footer {
    background: #1f1f1f;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
}

here you can see the pictures

thanks for staying wit me.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top