Skip to content

Commit

Permalink
changed general css design.
Browse files Browse the repository at this point in the history
  • Loading branch information
royhadad committed Dec 10, 2019
1 parent 8a3d430 commit 1722ef4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
1 change: 1 addition & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
html {
width: 105%;
height: 105%;
}

body {
margin: 10px 0 0 10px;
background-color: rgba(255, 0, 0, 0.2);
background-image: repeating-linear-gradient(rgba(73, 85, 80, 0.92), #33234d);
width: 100%;
height: 100%;
}

table {

background-color: rgb(240, 248, 255);
border-collapse: collapse;
border: 1px solid black;
box-shadow: 10px 10px 30px grey;

}

td, #trailingDiv {
background-position: center;
background-size: 90% 90%;
background-repeat: no-repeat;
user-select: none;

}

#trailingDiv {
Expand All @@ -22,13 +31,14 @@ td, #trailingDiv {

#turnDiv {
margin: auto;
border-radius: 50%;
}

#containerTurn {
text-align: center;
border: 1px solid black;
padding: 3px;
margin: 0 0 0 10px;
color: rgb(249, 255, 249);
}

.grab {
Expand All @@ -40,10 +50,12 @@ td, #trailingDiv {
flex-direction: row;
justify-content: center;
align-items: center;
width: 95%;
height: 100%;
}

.colored {
background-color: rgb(52, 141, 30);
background-color: rgb(60, 180, 217);
}

* {
Expand Down

0 comments on commit 1722ef4

Please sign in to comment.