Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #5335

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Develop #5335

wants to merge 10 commits into from

Conversation

vmohnach
Copy link

@vmohnach vmohnach commented Sep 3, 2024

src/style.css Outdated
Comment on lines 12 to 45
header {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

img {
margin: 10px 50px;
}

nav {
margin-right: 50px;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
}

li {
margin-left: 20px;
}

li:first-child {
margin-left: 0;
}

li:last-child {
margin-right: 0;
}

Choose a reason for hiding this comment

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

image

src/style.css Outdated
Comment on lines 12 to 21
header {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

img {
margin: 10px 50px;
}

Choose a reason for hiding this comment

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

Suggested change
header {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
img {
margin: 10px 50px;
}
header {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
padding: 0 50px;
}
img {
margin: 10px 0;
}

src/style.css Outdated
}

nav {
margin-right: 50px;

Choose a reason for hiding this comment

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

and now you can remove it

@vmohnach vmohnach closed this Sep 3, 2024
@vmohnach vmohnach reopened this Sep 3, 2024
@vmohnach vmohnach requested a review from etojeDenys September 3, 2024 18:38
Copy link

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

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

pls, fix all prev comments or feel free to ask for some help in the chat

  1. you need to rewrite your styles using class selectors
  2. remove margin nav element

@vmohnach vmohnach requested a review from etojeDenys September 3, 2024 19:55
Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

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

Hi, you need to fix all comments from the previous review, if you need help feel free in the fe_chat

src/index.html Outdated
href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"
rel="stylesheet"
/>

<link
rel="stylesheet"
href="./style.css"
/>
</head>
<body>
<h1>Moyo header</h1>

Choose a reason for hiding this comment

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

Remove it

Suggested change
<h1>Moyo header</h1>

Copy link

@etojeDenys etojeDenys left a comment

Choose a reason for hiding this comment

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

almost done, just fix the index.html

src/index.html Outdated

<nav class="nav">
<ul class="nav_list">
<li class="nav-item"> <a href="#apple" class="is-active button-link">APPLE</a></li>

Choose a reason for hiding this comment

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

Suggested change
<li class="nav-item"> <a href="#apple" class="is-active button-link">APPLE</a></li>
<li class="nav-item">
<a href="#apple" class="is-active button-link">
APPLE
</a>
</li>

@vmohnach vmohnach requested a review from etojeDenys September 4, 2024 17:51
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.

3 participants