Skip to content

Commit

Permalink
Updated CSS styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CJbricks committed Mar 12, 2023
1 parent e1e4a7a commit dde8a95
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tay-game.surge.sh
stat-game.surge.sh
2 changes: 1 addition & 1 deletion TayGame
Submodule TayGame updated from cf92cb to e1e4a7
15 changes: 8 additions & 7 deletions neg.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ html {

}

a{
a {
text-decoration: none;
}

Expand All @@ -21,12 +21,12 @@ a:hover {
width: 75%;
margin-left: 8%;
text-align: center;
justify-content: center;
border: 1px solid white;
justify-content: center;
padding-bottom: 2%;
padding-left: 5%;
padding-right: 5%;
background-color: beige;
background-color: whitesmoke;
box-shadow: 0 .3px grey, -.5em 0 .4em grey;

}

Expand Down Expand Up @@ -176,7 +176,7 @@ a:hover {
margin-left: 12%;
}

@media only screen and (max-width: 600px) {
@media only screen and (max-width: 480px) {
.center-body {
width: 75%;
margin-left: 8%;
Expand All @@ -186,8 +186,9 @@ a:hover {
padding-bottom: 5%;
padding-left: 5%;
padding-right: 5%;
background-color: powderblue;

background-color: whitesmoke;
box-shadow: 0 .3px grey, -.2em 0 .3em rgb(128, 128, 128);
border-radius: 5px;
}

.quizbox {
Expand Down

0 comments on commit dde8a95

Please sign in to comment.