-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
114 lines (102 loc) · 1.63 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
body
{
background-color: black;
}
h1
{
text-align: center;
font-size: 40px;
font-family: fantasy;
letter-spacing: 9px;
color: rgb(47, 255, 179);
text-shadow: 3px 3px 0px rgb(92, 147, 127);
}
.container
{
position: relative;
margin: auto;
margin-left: 380px;
width: 50%;
padding-right: 0px;
margin-right: 0px;
}
.box
{
background-color: black;
border: 5px solid rgb(47, 255, 179) ;
margin: 0px;
text-align: center;
font-size: larger;
height: 38px;
width: 38px;
color:rgb(47, 255, 179) ;
font-family: fantasy;
border-radius: 10px;
font-size: 2em;
}
.one
{
border:5px solid rgb(92, 147, 127) ;
color:rgb(92, 147, 127) ;
margin: 3px;
}
.two
{
margin: 3px;
}
.three
{
border:5px solid rgb(92, 147, 127) ;
color:rgb(92, 147, 127) ;
margin: 3px;
}
.four
{
margin: 3px;
}
.five
{
border:5px solid rgb(92, 147, 127) ;
color:rgb(92, 147, 127) ;
margin: 3px;
}
.six
{
margin: 3px;
}
.seven
{
border:5px solid rgb(92, 147, 127) ;
color:rgb(92, 147, 127) ;
margin: 3px;
}
.eight
{
margin: 3px;
}
.nine
{
border:5px solid rgb(92, 147, 127) ;
color:rgb(92, 147, 127) ;
margin: 3px;
}
#btn
{
position: relative;
margin-left: 250px;
margin-top: 10px;
height: 40px;
width: 100px;
border: 5px solid black ;
background-color: black ;
color: rgb(47, 255, 179);
font-family: fantasy;
border-radius: 10px;
font-size: 20px;
text-align: center;
box-shadow: 5px 5px 5px rgb(92, 147, 127);
}
#btn:active
{
box-shadow: 3px 3px 1px rgb(92, 147, 127);
}