ga-wdi-exercises / project1

[project] GA- Project 1
3 stars 75 forks source link

I need help with my css styling and JS function #143

Closed Thesheik closed 9 years ago

Thesheik commented 9 years ago

I am trying to get my divs to align side by side but I am have trouble doing so. Also I need help with my game functionality

jshawl commented 9 years ago

can you please provide what you've tried, what code you wrote and what problem you're running into explicitly?

Thesheik commented 9 years ago

Here's my css code: box{ border:0.5px solid black; margin: 15px; width: 600PX; height: 300px; text-align:center; line-height: 300px; background-color: beige; color: black; display: inline-block; }

header{ text-align: center; font-family:black; background: black;color: white }

.flashcards { border: 1px solid black; margin: 10px; width: 200px; height: 200px; text-align: center; background-color: re; display:inline-block; } And as far my javascript goes I just need some help figuring out how to when toggle onclick on a slide, the slide can vanish.