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

Homework_8 - LotR - "Well, I'm Back." #4

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
6 changes: 5 additions & 1 deletion lotr_homework/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ h1 {
position: fixed;
top: 20px;
left: 20px;
z-index: 2;
}

button {
Expand Down Expand Up @@ -138,7 +139,10 @@ ul {
width: inherit;
}


.the-white {
background-color: white;
border-color: 1px solid grey;
}



Expand Down
Loading