Free Friday assigment 4/17/2026

Hello . Today I made website about class

here you can look at the index,html code

Our Class Website

Welcome to Our Class!

Learning, teamwork, and fun every day

About Our Class

Our class is full of creative, hardworking students who enjoy learning new things. We work together, help each other, and always try our best.

Students

We have a great group of students who bring different talents and strengths to the classroom.

  • Teamwork
  • Respect
  • Creativity
  • Leadership

Subjects We Study

  • Math
  • Science
  • English
  • History
  • Art

Contact

If you have questions about our class, feel free to reach out to our teacher.

© 2026 Our Class Website

here you can look at the style.css

body {
    font-family: Arial, sans-serif;
    background: #f5e9ff;
    margin: 0;
    padding: 0;
}

header {
    background: #ad0da0;
    color: white;
    padding: 20px;
    text-align: center;
}

nav {
    background: #510ca0;
    padding: 10px;
    text-align: center;
}

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

.card {
    background: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

footer {
    background: #000000;
    color: white;
    text-align: center;
    padding: 10px;
}


here the website

Leave a Comment

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

Scroll to Top