Skip to content

Commit

Permalink
alt.fail.fail.FAIL
Browse files Browse the repository at this point in the history
  • Loading branch information
silverton authored Nov 29, 2024
1 parent 4b8cd76 commit 1b7d63a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 66 deletions.
37 changes: 12 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,43 +19,30 @@
}
a:link {
color: orange;
background-color: transparent;
text-decoration: underline;
background-color: transparent;
text-decoration: underline;
}
a:visited{
color: gray;
background-color: transparent;
text-decoration: none;
background-color: transparent;
text-decoration: none;
}
.how-bout-no {
margin: auto;
height: 98vh;
width: 98vw;
}
.full-screen {
.full-screen {
margin: auto;
height: 80vh;
width: 98vw;
}
footer {
position: absolute;
text-align: center;
text-color: lig
top 100%;
width: 98vw;
}
.buttonlinks {
a:link, a:visited {
background-color: teal;
color: white;
padding: 8px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
}
a:hover, a:active {
background-color: navy;
}
}
footer {
text-color: lightgray;
position: absolute;
text-align: center;
top: 100%;
width: 98vw;
}
</style>
</head>
Expand Down
41 changes: 0 additions & 41 deletions index.old.html

This file was deleted.

0 comments on commit 1b7d63a

Please sign in to comment.