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

Lexis practice branch #237

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ <h2>Class Members</h2>
<div class="jane-style">
<h3>Hello World!</h3>
</div>
<!-- New HTML content goes here! -->

<div class="lexis-style"></div>
<h3>Lexi Wynn: I <em>love</em> Halloween</h3>
<h3>is this gonna work?</h3>
<div class="code-ninja-style">
<h3>This is first time using GitHub!</h3>
</div>
Expand Down
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ main h2 {
}

/* Add Student Styles Below */
.lexis-style {
color: orangered;
background-color: black;
padding: 3px;
}
.jane-style {
color: hotpink;
background-color: black;
Expand Down