-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
82 lines (67 loc) · 1.45 KB
/
style.css
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
.cdivbox{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
margin: auto;
background-color:rgba(154, 180, 93, 0.7);
width: 1250px;
height: 650px;
justify-content: center;
align-items: center;
align-content: center;
border-radius: 36px 36px 0px 0px;
}
table{
width: 100%;
height: 100%;
text-align: center;
}
body {
background-image: url('gorseller/arkaplan.jpg');
background-size: auto;
background-repeat: repeat;
}
#oyuncanvas{
width: 1150px;
height: 600px;
border: 1px solid black;
background: #80deea;
}
.cdivbox2{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
margin: auto;
background-color:rgba(154, 180, 93, 0.7);
width: 1250px;
height: 650px;
}
h1{
background-color:rgba(50, 22, 207, 0.8);
position: relative;
right: -23%;
width: 700px;
height: 100px;
margin: 10px;
text-align: center;
line-height: 75px;
border-radius: 36px;
}
p{
text-align: center;
font-size: 25px;
line-height: 35px;
}
footer {
text-align: center;
z-index: 12312;
padding: 5px;
width: 1240px;
margin: auto;
border-radius: 0px 0px 36px 36px ;
background-color: DarkSalmon;
color: white;
}