Skip to content

Comments

Html assignment#1

Open
parthshah51999 wants to merge 5 commits intodevelopfrom
html_assignment
Open

Html assignment#1
parthshah51999 wants to merge 5 commits intodevelopfrom
html_assignment

Conversation

@parthshah51999
Copy link
Owner

No description provided.

@parthshah51999 parthshah51999 requested a review from visha12l June 30, 2019 13:45
@parthshah51999 parthshah51999 self-assigned this Jun 30, 2019
assignment.html Outdated
</head>
<body>
<div id="app"></div>
<div class="mainNav">
Copy link
Collaborator

Choose a reason for hiding this comment

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

div not needed.add class to ul

</div>
<div class="bodywrapper">
<h1>How It Works</h1>
<div class="circle">
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove this div

assignment.html Outdated
<title>React App</title>
</head>
<title>Assignment 1</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove type attribute

assignment.html Outdated
<h1>How It Works</h1>
<div class="circle">
<ul>
<li id="firstTile"><div></div><p>Add art to your queue <br> online</p></li>
Copy link
Collaborator

Choose a reason for hiding this comment

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

use float left
remove br tag
add width to paragraph

style.css Outdated
}

.bodywrapper .circle li {
display: inline-block;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use float

style.css Outdated
}

.footerList {
height: 50px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

do not use height use padding

style.css Outdated
}

.footerList li {
display: inline;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use float
remove line height

style.css Outdated
color: #444444;
}

#firstTile {
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove this css

assignment.html Outdated
<h1>How It Works</h1>
<div class="circle">
<ul>
<li id="firstTile"><div></div><p>Add art to your queue <br> online</p></li>
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove id

style.css Outdated
* {
margin: 0;
padding: 0;
box-sizing: border-box;
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove box-sizing

style.css Outdated
}

.mainNav li {
display: inline;
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove inline

style.css Outdated
border-radius: 50%;
background-color: #efefef;
margin-top: 70px;
display: inline-block;
Copy link
Collaborator

Choose a reason for hiding this comment

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

remove inline-block

style.css Outdated
.mainNav li {
display: inline;
color: #aaaaaa;
padding: 25px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use margin top and bottom 17px

style.css Outdated
}

.banner {
height: 100px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use padding for height


.banner {
height: 100px;
width: 100%;
Copy link
Collaborator

Choose a reason for hiding this comment

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

width not required.


.footerList {
height: 50px;
background-color: #ECECEC;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use small letters for color;

assignment.html Outdated
<h1>How It Works</h1>
<div class="circle">
<ul>
<li id="firstTile"><div></div><p>Add art to your queue <br> online</p></li>
Copy link
Collaborator

@Karanpharate Karanpharate Jun 30, 2019

Choose a reason for hiding this comment

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

avoid use of br tag

Copy link
Collaborator

@Karanpharate Karanpharate left a comment

Choose a reason for hiding this comment

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

style.css Outdated
display: inline;
vertical-align: middle;
line-height: 55px;
padding: 10px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

use margin instead

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