Skip to content

I modified index.html #1297

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

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
I modified index.html and index.less
  • Loading branch information
Ashley Parvin authored and Ashley Parvin committed May 21, 2020
commit a8f57e546879c271f2d64d4a1d4a518ff7c667cd
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8">

<title>My Resume</title>
<title>Turanga Leela</title>

<link rel="stylesheet" href="css/index.css">

Expand Down Expand Up @@ -35,11 +35,15 @@ <h2>Listen up...</h2>
<p>Leela is a hardworking, friendly, outgoing and responsible captain.</p>
</div>
<div>
<ul>Stuff Leela is good at:
<ul id="list">Stuff Leela is good at:
<li>Keeping her crew organized and on task</li>
<li>Keeping her crew safe</li>
<li>MMA</li>
</ul>
<h2>Contact Leela</h2>
<p>If you need to contact Leela she can be reached at
<leela@planetexpress class="com"></leela@planetexpress>
</p>
</div>
</section>
</body>
Expand Down
139 changes: 139 additions & 0 deletions less/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Set every element's box-sizing to border-box */
* {
box-sizing: border-box;
}
html,
body {
height: 100%;
}
* {
background-color: purple;
}
5 changes: 5 additions & 0 deletions less/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ html, body {
height: 100%;
}

*{
background-color: purple;
}

h1{}