-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
77 lines (66 loc) · 1.07 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
input{
border: 1px solid gray;
width: 20px;
height: 20px;
text-align: center;
font-weight: bold;
font-size: 20px;
}
.row{
display: inline-block;
}
.hr{
margin-top: 10px;
}
.spacer{
margin-left: 10px;
}
.board {
text-align: center;
border: 1px solid black;
width: 300px;
padding: 10px 0;
display: inline-block;
background: darkgray;
box-shadow: 0 0 20px 2px;
}
.button1{
margin-top: 10px;
background: cornflowerblue;
width: 50%;
height: 30px;
font-weight: bold;
border-radius: 5px;
}
.button2{
margin-top: 10px;
background: lightcoral;
width: 50%;
height: 30px;
font-weight: bold;
border-radius: 5px;
}
.button3{
margin-top: 10px;
background: lightgreen;
width: 50%;
height: 30px;
font-weight: bold;
border-radius: 5px;
}
.container{
text-align: center;
}
html{
background: dodgerblue;
}
.actions{
width: 280px;
display: inline-block;
margin: 20px 0;
}
.actions p{
padding: 0px;
margin: 10px 10px;
font-size: 12px;
}