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

Css item element #25

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Css item element #25

wants to merge 6 commits into from

Conversation

ShakedAkamPeretz
Copy link
Contributor

No description provided.

.gitignore Outdated
@@ -1,108 +0,0 @@
# Logs
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't delete this file!

index.html Outdated
</head>
<h1>Students list</h1>
<ul>
<li><a href="/Full stack/projects/netcraft-11-2022/DavidLevy/index.html">Lecture - David Levy</a></li>
Copy link
Contributor

Choose a reason for hiding this comment

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

This is not the valid index file

item-element.css Outdated
@@ -0,0 +1,12 @@
li {
Copy link
Contributor

Choose a reason for hiding this comment

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

Prefer to use a class and not list item element.

@@ -0,0 +1,12 @@
.li-style {
Copy link
Contributor

Choose a reason for hiding this comment

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

The class name should be logical. E.g. student-item.

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