Skip to content

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
Copy Markdown
Owner

No description provided.

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

Comment thread assignment.html
</div>
<div class="bodywrapper">
<h1>How It Works</h1>
<div class="circle">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

remove this div

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

Choose a reason for hiding this comment

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

remove type attribute

Comment thread 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
Copy Markdown
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

Comment thread style.css Outdated
}

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

Choose a reason for hiding this comment

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

use float

Comment thread style.css Outdated
}

.footerList {
height: 50px;
Copy link
Copy Markdown
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

Comment thread style.css Outdated
}

.footerList li {
display: inline;
Copy link
Copy Markdown
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

Comment thread style.css Outdated
color: #444444;
}

#firstTile {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

remove this css

Comment thread 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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

remove id

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

Choose a reason for hiding this comment

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

remove box-sizing

Comment thread style.css Outdated
}

.mainNav li {
display: inline;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

remove inline

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

Choose a reason for hiding this comment

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

remove inline-block

Comment thread style.css Outdated
.mainNav li {
display: inline;
color: #aaaaaa;
padding: 25px;
Copy link
Copy Markdown
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

Comment thread style.css Outdated
}

.banner {
height: 100px;
Copy link
Copy Markdown
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

Comment thread style.css

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

Choose a reason for hiding this comment

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

width not required.

Comment thread style.css

.footerList {
height: 50px;
background-color: #ECECEC;
Copy link
Copy Markdown
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;

Comment thread 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
Copy Markdown
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
Copy Markdown
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.

Comment thread style.css Outdated
display: inline;
vertical-align: middle;
line-height: 55px;
padding: 10px;
Copy link
Copy Markdown
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