Skip to content

Dropdwon has functionality, but needs some tunning to work properly. …#79

Open
abrambueno1992 wants to merge 2 commits intobloominstituteoftechnology:masterfrom
abrambueno1992:master
Open

Dropdwon has functionality, but needs some tunning to work properly. …#79
abrambueno1992 wants to merge 2 commits intobloominstituteoftechnology:masterfrom
abrambueno1992:master

Conversation

@abrambueno1992
Copy link
Copy Markdown

Dropdwon has functionality, but needs some tunning to work properly. Wasn't able to complete mobile version, and selections portion.

…Wasn't able to complete mobile version, and selections portion.
…e ES6 class to handle click and mouseover events. Along the way, I also fixed some positioning of items.
Copy link
Copy Markdown

@frogr frogr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Abraham!
Overall I'm pretty pleased with this assignment. I think you could've definitely condensed all the CSS into one file (that's better normally so you don't have to load 3 different files on a page, but with toy problems like this it's not too important)

It looks like the dropdown could use a little bit more work, but besides that it pretty much matches the spec. Your names for styling seem pretty consistent too.

Nice work!

const google = document.querySelector(".Header__google");
google.style.backgroundColor = "white";
const mdn = document.querySelector(".Header__mdn");
mdn.style.backgroundColor = "white";
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still kinda confused as to why you'd want to style using javascript instead of CSS. I think you'd be better off leaving that for just CSS. separation of concerns and all that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants