File tree 2 files changed +21
-1
lines changed 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- [ ] Use CSS to add more detail to the wireframe above.
36
36
37
- I will admit the CSS is ugly.
37
+ I will admint the styling isn't anything special. I did use
38
+ Flexbox for the board layout, which is probably better than the
39
+ table-based layout I was considering :)
38
40
39
41
- [X] Demonstrate a solid understanding of MV* and using an MV*
40
42
framework like Backbone, React, Ember or Angular
Original file line number Diff line number Diff line change 9
9
visibility : hidden ;
10
10
}
11
11
12
+ .restart {
13
+ margin : .5em 0 2.5em 0 ;
14
+ text-align : center ;
15
+
16
+ p {
17
+ font-family : sans-serif ;
18
+ margin : .4em 0 ;
19
+ }
20
+ button {
21
+ background-color : mintcream ;
22
+ border-radius : 5px ;
23
+ color : darkslategrey ;
24
+ font-size : .9em ;
25
+ padding : 7px 12px ;
26
+ }
27
+ }
28
+
12
29
.board {
13
30
display : flex ;
14
31
flex-direction : column ;
32
+ align-items : center ;
15
33
16
34
.row {
17
35
display : flex ;
You can’t perform that action at this time.
0 commit comments