Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethavendano authored May 7, 2024
1 parent 44cf44f commit 51c7e39
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 0 deletions.
Binary file added IMG_2497.jpeg
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 IMG_3955.jpeg
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 IMG_5055.jpeg
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 aboutme1.png
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 aboutme2.png
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 home1.png
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 home2.png
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 javascripts1.png
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 javascripts2.png
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 kAvendanobanner.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 myBackground1.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 myBanner2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
body{
background-color: rgb(0, 0, 0);
}

table {
width: 800px; /* or any specific width */
table-layout: fixed; /* ensures columns are of equal width */
}

table {
width: 800px; /* or any specific width */
table-layout: fixed; /* ensures columns are of equal width */
}

td {
text-align: center; /* centers your buttons/images */
}

h1{
color: rgb(255, 255, 255);
}

p{
color: aliceblue;
}

#mark {
width: 350px;
float: left;
padding: 5%;
}

#taco{
width: 350px;
float: left;
padding: 5%;
}

#beach{
width: 350px;
float: left;
padding: 5%;
}

#dog{
width: 350px;
float: left;
padding: 5%;
}

#intro {
padding: 5%;
}

0 comments on commit 51c7e39

Please sign in to comment.