Skip to content

Fixed CSS colors #27

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 6 commits into
base: main
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
16 changes: 0 additions & 16 deletions lesson_04/example/index.html

This file was deleted.

1 change: 1 addition & 0 deletions lesson_04/example/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ body{
h1{
margin-top: 100px;
margin-bottom: 100px;
margin-right: 10px;
}

p{
Expand Down
Binary file added lesson_06/img/DSCF3757.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lesson_06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<img src="img/home.png" class="page-image">
<div class="title">
Hello, welcome to our team page.
This is our team, thank you for checking us out.
</div>
<div class="subtitle">
Java is to JavaScript what car is to Carpet.
Expand Down
6 changes: 0 additions & 6 deletions lesson_06/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ <h1 class="header1 header">

</div>

<div class="member">
<!-- student 06 -->

</div>


</div>

</div>
Expand Down
1 change: 1 addition & 0 deletions lesson_07/beech_summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
p{
font-size: 15px;
padding: 0px;
color: black;
}
#type{
font-size: 12px;
Expand Down