space and transparency

This commit is contained in:
2023-03-06 17:20:55 -06:00
parent 36c4d37936
commit b6dd681674
4 changed files with 21 additions and 15 deletions

View File

@@ -10,12 +10,14 @@ body {
/* text-decoration: overline; */
/* text-transform: uppercase; */
/* background-color: #FFAAAA; */
background-image: url(Circles.png);
background-image: url("space.gif");
/* url(Circles.png); */
text-align: center;
color: #FFFFFF;
}
#wrapper {
#wrapper {
opacity: 0.9;
width: 1024px;
margin-left: auto;
margin-right: auto;
@@ -24,6 +26,7 @@ body {
/* width: 90%; */
border-style: groove;
border-color: #000000;
}
@@ -31,22 +34,21 @@ nav {
background-color: #333333;
border-style: inset;
border-color: #000000;
padding: none;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.navborder {
border-style: inset;
}
.button {
color: white;
text-decoration: none;
border-style: outset;
cursor: pointer;
border-radius: 5%;
}
.button a {
color: #FFFFFF;
text-decoration: none;
border-style: outset;
cursor: pointer;
}
.button a:hover {
.button:hover {
border-style: inset;
}