Skip to content

Create Test1 #1669

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Create Test1 #1669

wants to merge 1 commit into from

Conversation

Trimidji
Copy link

@Trimidji Trimidji commented Apr 9, 2025

  • {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

body {
font-family: Arial, sans-serif;
line-height: 1.6;
background-color: #f4f4f4;
color: #333;
}

.container {
width: 80%;
margin: 0 auto;
padding: 20px;
}

/* Header Styling */
header {
background-color: #333;
color: #fff;
padding: 20px 0;
text-align: center;
}

header h1 {
margin-bottom: 10px;
}

header nav ul {
list-style: none;
}

header nav ul li {
display: inline;
margin: 0 15px;
}

header nav ul li a {
color: #fff;
text-decoration: none;
}

/* About Section Styling */
#about {
background-color: #fff;
padding: 40px 0;
text-align: center;
}

#about h2 {
margin-bottom: 20px;
}

#about p {
font-size: 1.2em;
max-width: 600px;
margin: 0 auto;
}

/* Contact Section Styling */
#contact {
background-color: #f9f9f9;
padding: 40px 0;
text-align: center;
}

#contact h2 {
margin-bottom: 20px;
}

form {
display: flex;
flex-direction: column;
align-items: center;
}

form label {
margin-bottom: 10px;
}

form input, form textarea {
padding: 10px;
margin-bottom: 20px;
width: 300px;
max-width: 100%;
border: 1px solid #ccc;
border-radius: 5px;
}

form button {
padding: 10px 20px;
border: none;
background-color: #333;
color: white;
font-size: 1em;
cursor: pointer;
border-radius: 5px;
}

form button:hover {
background-color: #555;
}

/* Footer Styling */
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}

@Trimidji
Copy link
Author

Trimidji commented Apr 9, 2025

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant