1
0
mirror of https://github.com/EECS-448-Battleship/project-1 synced 2024-09-29 22:50:47 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
7c364c5c01
Revise styles for game board column labels (#1)
- Just a few tweaks here. The general principle is good.
- If you want <div> elements to display horizontally, they need to
  be wrapped in a parent <div> which has "display: flex;" in the css.
- Then, add a width and centering to the individual labels.
2020-09-09 11:23:50 -05:00
javier-barea
2fe5accb32 Commented letter labels to grid #1 2020-09-08 21:44:25 -05:00
javier-barea
01360e548e Deleted comments 2020-09-08 00:47:47 -05:00
javier-barea
463a8f6d30 Add label to rows (#2) 2020-09-07 21:06:06 -05:00
ed5eaf0d55
Modify game board to fetch state from game service (#1) 2020-09-07 15:29:35 -05:00
00cff8f773
Fix number of rows and columns 2020-09-06 18:12:47 -05:00
fb0efa14b9
Add basic grid layout and grid cell component; start styles 2020-09-06 17:38:29 -05:00
3425b1d988
Add basic libraries and file structure 2020-09-04 21:42:09 -05:00