Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Conversation

@SalihaPopal
Copy link

I have done it before but did not PR.

I have done it before but did not PR.
@SalihaPopal SalihaPopal added the review requested I would like a mentor to review my PR label May 5, 2023
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5503
} No newline at end of file
Copy link

Choose a reason for hiding this comment

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

In general, VS Code settings are not typically pushed to remote.

margin-right: 1.5rem;

}
.btn1{
Copy link

Choose a reason for hiding this comment

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

Choose names that accurately describe the purpose or content of the element. This makes it easier for others (and your future self) to understand the code. I don't know which btn you mean by btn1 for example.

}
.btn2{
background-color: teal;
padding: 10px 32px;
Copy link

@migmow migmow Jun 9, 2023

Choose a reason for hiding this comment

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

You can use relative font sizes (such as em, rem, or percentages) instead of fixed pixel values to make your CSS code responsive.

Copy link

@migmow migmow left a comment

Choose a reason for hiding this comment

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

Hi Saliha, the CSS code you provided doesn't contain any specific rules for responsiveness, such as media queries or flexible layout properties. Not sure it is a requirement to make it responsive though! good job

@migmow migmow added the reviewed A mentor has reviewed this code label Jun 9, 2023
@SalihaPopal
Copy link
Author

SalihaPopal commented Jun 9, 2023 via email

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

Labels

review requested I would like a mentor to review my PR reviewed A mentor has reviewed this code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants