Csss

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

background-image: url("pngs/csbg.

jpg");
background-repeat: repeat;
background-size: cover;
background-position: auto;
background-attachment: fixed;
overflow:auto;
}

#nadpic {
font-family: "Arial Black", Gadget, sans-serif;
font-size: 50px;
letter-spacing: -0.2px;
word-spacing: 2px;
color: #FFFFFF;
font-weight: 700;
text-decoration: none solid rgb(68, 68, 68);
font-style: normal;
font-variant: small-caps;
text-transform: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 80px;
background-color: black;
opacity: .8;

#overal
{
position: fixed;
top: 80px;
left: 200px;
width: 100%;
height: 100%;
background-color: black;
opacity: .4;
}

.sidebar {
background-color: black;
width: 200px;
height: 100%;
position: fixed;
top: 80px;
left: 0;
overflow-x: hidden;
padding-top: 20px;
opacity: .8;
text-align: left;
}

.sidebar a:hover {
background-color: #555;
}
.sidebar a {
display: flex;
align-items: center;
color: white;
padding: 13px;
text-decoration: none;
font-size: 20px;
text-align: left;
}

You might also like