k5bss.com/css/main.css

26 lines
632 B
CSS

body{
background-image: url("../images/Shreveport.jpg");
background-color: black;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
.title{
font-family: "Press Start 2P", system-ui;
text-align: center;
font-size: 3.5em;
padding-top: 1em;
font-weight: 600;
}
.off-white{
background-color: rgb(245,245,245,0.8);
width: 80%;
max-width: 10em;
margin: 0.5em auto; /* Center the box horizontally and add top/bottom margin */
padding: 0.5em; /* Add some padding inside the box */
border-radius: 0.25em; /* Optional: Rounded corners */
}