Skip to content

Commit

Permalink
Background images and netscape gifs- initial layout almost done
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnyder2 committed Feb 20, 2024
1 parent a2f51a7 commit 024e650
Show file tree
Hide file tree
Showing 12 changed files with 157 additions and 298 deletions.
Binary file added assets/img/Welcomek.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/backgrounds-with-emma/backbanner.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bgfrozen.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bgsphere.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/bgstar45.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/lakemoonbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/welcome.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/welcome3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/welcomez.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 70 additions & 20 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,44 +1,94 @@
h1 {
font-family: monospace;
/* font-family: monospace; */
text-align: center;
color: white;
margin-top: 0px;
padding-top: 0.67em;
font-size: 40px;
text-shadow: 4px 4px 2px black;
font-family: serif;
}

#flexcont {
display: flex;
}

#halfbg {
position: absolute;
z-index: -1;
width: 50%;
height: 100%;
background-image: url("/assets/img/bgsphere.gif");
}

#otherbg {
position: absolute;
z-index: -1;
left: 50%;
width: 50%;
height: 100%;
background-image: url("/assets/emma31.tripod.com/backs6/bgtancrack.gif");
}

p {
#half {
width: 50%;
float: left;
}

#other {
left: 50%;
width: 50%;
}

#introtext {
margin: auto;
margin-top: 32px;
padding: 20px;
width: 60%;
max-width: 600px;
font-size: 12pt;
font-family: monospace;
background-color: aliceblue;
}

#message {
#welcome {
text-align: center;
}

#crtwrapper {
margin: auto;
width: 40%;
height: 100%;
max-width: 300px;
#welcomepic {
width: 500px;
}

body {
margin: 0px;
}

#message {
text-align: center;
}

#crtbox {
float: left;
padding-bottom: 75%;
width: 100%;
height: 100%;
background-color: black;
text-align: center;
}

#crt {
width: 40%;
max-width: 400px;
border: 10px ridge limegreen;
}

#links {
/* #links {
float: left;
margin-left: 5%;
} */
#emmabanner {
text-align: center;
}

#clipoftheweek {
text-align: center;
}

a:hover {
background-color: green;
}

* {
/* * {
outline: 1px solid red !important;
}
} */
1 change: 1 addition & 0 deletions drafts.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ <h1>The bsnydernet in 2024</h1>
Abstraction and speed as capitalism, and the art of doing things as
inefficiently as possible
<br />
Customize your computer experience! Get a cool mouse cursor from LINK
<br />
Self imposed limitations, on the Atari 2600 they had 4 kilobytes of space
to make a video game, and people made some incredibly awesome stuff. (for
Expand Down
Loading

0 comments on commit 024e650

Please sign in to comment.