Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .chess-game-space-black{
- text-align: center;
- line-height: 30px;
- height: 30px;
- width: 30px;
- border: 1px solid;
- margin-left: 1px;
- background-color: #ccab7c;
- }
- .chess-game-space-white{
- text-align: center;
- line-height: 30px;
- height: 30px;
- width: 30px;
- border: 1px solid;
- margin-left: 1px;
- background-color: white;
- }
- .game-row-1{
- display: flex;
- align-items: center;
- justify-content: center;
- border: red solid 1px;
- }
- .inner-wrapper{
- width: 30%;
- }
- .game-row-2{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- border: aqua solid 2px;
- }
- .game-row-3{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
- .game-row-4{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
- .game-row-5{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
- .game-row-6{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
- .game-row-7{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
- .game-row-8{
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 1px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement