-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchess.css
More file actions
67 lines (64 loc) · 1.13 KB
/
chess.css
File metadata and controls
67 lines (64 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body{
background-image: url(chessbg.jpg);
background-size:cover;
background-position: center;
color: rgb(234, 230, 182);
}
#mainAside{
width:200px;
height:100%;
background:none;
position:fixed;
top:120px;
left:-200px;
}
.animation{
transition:all 0.3s ease-in-out;
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
}
.nav-link {
color: rgb(234, 230, 182);
}
#btton{
height: 36px;
width:50px;
margin-top: 10px;
background:rgb(23, 23, 21);
color: rgb(234, 230, 182);
border:none;
position: fixed;
}
.mar{
margin-left: 200px;
}
.content{
padding-top: 50px;
color: rgb(234, 230, 182);
text-align: center;
}
.games{
background-color: rgb(23, 23, 21);
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.19),-4px -4px 8px rgba(0, 0, 0, 0.19);
margin-top: 75px;
padding:30px;
}
.img{
margin:auto;
}
#btton1{
border-radius: 50%;
height: 100px;
width:100px;
color:rgb(234, 230, 182);
background-color:rgb(23, 23, 21);
border: 2px solid rgb(234, 232, 180);
}
.c1{
text-align: right;
}
.abc{
margin-left: 48%;
padding-top: 30px;
}