Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
27 changes: 0 additions & 27 deletions Profile copy/Profile.html

This file was deleted.

36 changes: 0 additions & 36 deletions Profile copy/style.css

This file was deleted.

160 changes: 135 additions & 25 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,100 @@
/* HOME PAGE */
.home-title-image {
margin: auto;
display: block;
height: 100%;
width: auto;
margin-bottom: 30px;
}

.menu-container {
height: 500px;

display: flex;
align-items: center;
justify-content: center;
}

.sub-menu-container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.slide-to-the-left {
margin-right: 20px;
}

.menu-container-item {
background-color: rgb(120, 163, 227);
color: white;

border: 2px solid rgb(120, 163, 227);
border-radius: 24px;

width: 400px;
line-height: 50px;
margin: 10px;
transform: skew(-10deg);
font-family: 'Convergence', sans-serif;
box-shadow: 5px 5px;
}

.menu-container-item2 {
background-color: rgb(120, 163, 227);
color: white;

border: 2px solid rgb(120, 163, 227);
border-radius: 24px;

width: 400px;
line-height: 50px;
margin: 10px;
transform: skew(-10deg) translate(-30px);
font-family: 'Convergence', sans-serif;
box-shadow: 5px 5px;
}

.menu-container-item3 {
background-color: rgb(120, 163, 227);
color: white;

border: 2px solid rgb(120, 163, 227);
border-radius: 24px;

width: 400px;
height: 380px;
line-height: 50px;
margin: 10px;
transform: skew(-10deg);
font-family: 'Convergence', sans-serif;
box-shadow: 5px 5px;
}

.menu-container-item2:hover {
background-color: white;
color: rgb(120, 163, 227);
cursor: pointer;
}

.menu-container-item3:hover {
background-color: white;
color: rgb(120, 163, 227);
cursor: pointer;
}

.menu-container-word {
padding: 60px 0px;
transform: skew(10deg);
font-size: 40px;
}

.extra-padding {
padding: 100px 0px;
}


/* GAME PAGE */
.background {
background-position: center center;
Expand All @@ -15,11 +112,11 @@
font-family: 'Lato', sans-serif;
text-align: center;
font-size: 20px;
transform: skew(20deg);
border-radius: 8px;
transform: skew(10deg);
border-radius: 16px;

margin-right: 30px;
margin-top: -150px;
margin-top: -110px;
padding: 0px 12px;
border: 4px solid rgb(29, 161, 242);
}
Expand Down Expand Up @@ -47,6 +144,7 @@
color: rgb(29, 161, 242);
border: 4px solid rgb(29, 161, 242);
border-radius: 16px;
padding: 5px;
margin-left: auto;
margin-right: auto;
margin-bottom: 25px;
Expand All @@ -55,12 +153,12 @@
.tweetbox {
background-color: rgb(236, 240, 246);

height: 200px;
height: 250px;
width: 550px;

margin: auto;

border-radius: 8px;
border-radius: 16px;
}

.pfp {
Expand Down Expand Up @@ -102,14 +200,15 @@

.tweettext {
font-family: 'Roboto', sans-serif;
padding-left: 20px;
padding: 0px 20px;
}

.datetime {
font-family: 'Roboto', sans-serif;
color:rgb(134, 141, 151);

padding-left: 20px;
float: bottom;
}

.answer-container {
Expand All @@ -134,15 +233,17 @@
.answer-container-item {
background-color: rgb(29, 161, 242);
color: white;
font-family: 'Convergence', sans-serif;
font-family: 'Lato', sans-serif;

border: 2px solid rgb(29, 161, 242);
border-radius: 8px;
border-radius: 16px;

width: 300px;
line-height: 50px;
transform: skew(-20deg);
margin: 0px 30px;
transform: skew(-10deg);
margin: 0px 16px;

box-shadow: 5px 5px;
}

.answer-container-item:hover {
Expand All @@ -152,12 +253,12 @@
}

.unskew {
transform: skew(20deg);
transform: skew(10deg);
padding: 7px;
}

.skew {
transform: skew(-20deg);
transform: skew(-10deg);
padding: 0px 7px;
}

Expand All @@ -172,8 +273,12 @@
.title-image {
margin: auto;
display: block;
height: 130px;
width: auto;
height: auto;
width: 240px;
}

.title-image:hover {
cursor: pointer;
}

.fail-score-container {
Expand All @@ -200,7 +305,7 @@
margin: 0px 0px;
padding: 0px 20px;
border: 4px solid #3AB5B8;
border-radius: 8px;
border-radius: 16px;
}

.just-some-padding {
Expand Down Expand Up @@ -228,12 +333,12 @@
color: white;

border: 2px solid #042B33;
border-radius: 8px;
border-radius: 16px;

width: 200px;
line-height: 50px;
margin: 10px;
transform: skew(-20deg);
transform: skew(-10deg);
}

.play-again-button:hover {
Expand All @@ -258,6 +363,7 @@
.socials {
display: flex;
justify-content: center;
margin-top: 20px;
}

.text {
Expand All @@ -270,7 +376,7 @@
color: white;
width: 100px;
height: 80px;
transform: skew(-20deg);
transform: skew(-10deg);
padding-left: 5px;
padding-right: 5px;
margin-top: 50px;
Expand All @@ -281,15 +387,18 @@
}

.btn-text {
transform: skew(20deg);
transform: skew(10deg);
padding: 15px;
}

.socials-title {
font-family: 'Convergence', sans-serif;
text-align: center;
font-size: 20px;
color:blue;
font-size: 50px;
color:rgb(24, 68, 134);

padding-top: 20px;
padding-bottom: 80px;
}

.socials-container {
Expand All @@ -298,12 +407,13 @@
font-family: 'Convergence', sans-serif;

border: 2px solid rgb(116, 118, 63);
border-radius: 8px;
border-radius: 16px;

width: 120px;
line-height: 50px;
transform: skew(-20deg);
transform: skew(-10deg);
margin: 0px 20px;
box-shadow: 3px 3px;
}

.socials-container:hover {
Expand All @@ -316,7 +426,7 @@
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 70px;
margin-top: 30px;
width: 400px;
transform:rotate(30deg);
}
Expand All @@ -326,4 +436,4 @@
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
}
Binary file modified html/.DS_Store
Binary file not shown.
Binary file added html/assets/.DS_Store
Binary file not shown.
Binary file added html/assets/celebtweets-logo2.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 html/assets/pirate-background.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading