Skip to content

Calculator-Js#4

Open
ChampionModeVision wants to merge 2 commits intoReturn-Ready-2021-JavaScript-Evening:mainfrom
ChampionModeVision:main
Open

Calculator-Js#4
ChampionModeVision wants to merge 2 commits intoReturn-Ready-2021-JavaScript-Evening:mainfrom
ChampionModeVision:main

Conversation

@ChampionModeVision
Copy link
Copy Markdown

No description provided.

@kburd kburd self-requested a review November 12, 2020 16:53



.btm{
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Did you mean btn?

Calculator.css Outdated



.trow{
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

All of these row class selectors have the same styling. You should create one and reuse it (-1)

Calculator.css Outdated

}

#purp{
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

(-2) Equals sign does not highlight on hover. Remove this id selector and replace it with a class selector and your problem will be fixed

<div class="card-body">

<div class="container">
<form>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I did not specify this but the display at the top should be read only. Drop the form as we don't want it for the next step

Calculator.html Outdated
</div>


<span class="trow">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Combine row stylings and use here




</html> No newline at end of file
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Minor style issues. Make sure you format/indent your documents correctly. (-2)


95/100 Great work!

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