Arcdeamonofire / project-1

Project 1 of WDI-Remote: Backgammon in Browser Game
0 stars 0 forks source link

CSS Design Issue #25

Open Arcdeamonofire opened 8 years ago

Arcdeamonofire commented 8 years ago

So traditional backgammon boards have Isosceles triangles within the columns where the tokens go. I'd like to figure out a way to achieve that effect. Maybe I'll have to create an element I can use as a background for the different column divs :/

For now I'm going to just be happy with what I go so far...

Arcdeamonofire commented 8 years ago

Another issue that ought to be address in the CSS if I have time is the responsiveness. When the DOM gets to less than 510px wide bad things happen. Should look into fixing if I have time