Skip to content

Styles.css #381

@cryptoflouze

Description

@cryptoflouze

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

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

nav ul {
list-style: none;
padding: 0;
}

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

nav ul li a {
color: white;
text-decoration: none;
font-weight: bold;
}

section {
padding: 40px;
background: white;
margin: 20px;
border-radius: 10px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

button {
background-color: #28a745;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
font-size: 16px;
}

button:hover {
background-color: #218838;
}

footer {
text-align: center;
padding: 20px;
background-color: #333;
color: white;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions