Free friday assigment 5/1/2026

hello , I made Car wash web page today

here yo8u can see the index.html

Ahmad ShinePro Car Wash

Ahmad ShinePro Car Wash

Fast • Affordable • Professional

Your Car Deserves the Best Shine

Our Services

Basic Wash

Exterior wash, rinse, and dry.

$10

Deluxe Wash

Exterior wash + tire shine + interior vacuum.

$20

Premium Detail

Full detailing inside and out for a showroom shine.

$50
© Ahmad ShinePro Car Wash • All Rights Reserved

here you can see the style.css


body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    background: #0d0d0d; 
    color: #ffffff;
}

header {
    background: #111111;
    padding: 25px;
    text-align: center;
    border-bottom: 2px solid #ff1a1a; 
}

header h1 {
    color: #ff1a1a;
    letter-spacing: 1px;
}


nav {
    background: #0f0f0f;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #222;
}

nav a {
    color: #ffffff;
    margin: 0 20px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

nav a:hover {
    color: #ff1a1a;
}

.hero {
    background: url('https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1600&q=80')
    no-repeat center/cover;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    color: white;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 3px 3px 12px black;
    border-bottom: 3px solid #ff1a1a;
}


.services {
    padding: 50px;
    text-align: center;
}

.services h2 {
    font-size: 2.4rem;
    color: #ff1a1a;
    margin-bottom: 25px;
}


.service-box {
    background: #1a1a1a;
    padding: 25px;
    margin: 20px auto;
    width: 80%;
    max-width: 550px;
    border-radius: 12px;
    border-left: 4px solid #ff1a1a;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.2);
    transition: 0.3s;
}

.service-box:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.4);
}


footer {
    background: #0f0f0f;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
    border-top: 2px solid #ff1a1a;
}

here the picture of the web page

Thanks

Leave a Comment

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

Scroll to Top