Your Website
Custom Clothing Made convenient.
body {
margin: 0;
padding: 0;
background: url('C:\Users\sir_b\OneDrive\Desktop\123suits\flag.png') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
header {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
background-color: rgba(0, 0, 0, 0.7); /* Black background with 70% opacity */
}
#logo {
height: 50px;
margin-right: 20px;
}
#tagline {
color: #ff0000;
font-family: 'Starry', cursive; /* Use a web safe font or import the font if it's custom */
font-size: 24px;
}
READ MORE