Skip to content

js calc prt 1#2

Open
Denae716 wants to merge 1 commit intoReturn-Ready-2021-JavaScript-Evening:mainfrom
Denae716:main
Open

js calc prt 1#2
Denae716 wants to merge 1 commit intoReturn-Ready-2021-JavaScript-Evening:mainfrom
Denae716:main

Conversation

@Denae716
Copy link
Copy Markdown

No description provided.

@kburd kburd self-requested a review November 12, 2020 17:55
@@ -0,0 +1,31 @@
.calculator_keys_standard {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Awesome use of css grid!!!

<div class = "calculator">
<div class = "calculator_display">0</div>
<div class = "calculator_keys_standard">
<button style = "background-color: gainsboro">(</button>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inline styling is ok, just use it sparingly

<div class = "calculator">
<div class = "calculator_display">0</div>
<div class = "calculator_keys_scientific">
<button style = "background-color: gainsboro">Rad | Deg</button>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Based on your html, we will have to implement this button functionally as a toggle. More on that when we get back into JS


h1 {
font-size: 20px;
} No newline at end of file
Copy link
Copy Markdown

@kburd kburd Nov 12, 2020

Choose a reason for hiding this comment

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

Buttons should have margin (-1)
Gray and blue buttons do not change color on hover (-5)
First column of light gray buttons showing up in wrong place. Take a look at how you set up your css grid layout (-1)


Great work! 93/100

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