Skip to content
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ beng is a single or multi player game, designed to help humans understand their
# contributers

<ul>
<li>Siyabonga - https://github.com/SiyabongaBadu</li>
<li>Siyabonga Badu - https://github.com/SiyabongaBadu</li>
<li>Damian - https://github.com/pikkieKing</li>
<li>Melissa - https://github.com/Melnaz</li>
<li>Megan - https://github.com/Megymegs</li>
<li>Lonwabo - https://github.com/Mdazukalonwabo</li>
<li>Matthew - https://github.com/MatthewBrad</li>
<li>Lance - https://github.com/lance885858</li>
<li>Khuanita - https://github.com/TheBoomBoom</li>
<li>Khuanita Bright - https://github.com/TheBoomBoom</li>
<li>Keegan - https://github.com/keeganfrieslaar</li>
<li>Kirsten - https://github.com/Meeeeee420</li>
<li>Garth - https://github.com/Garth-Schieman</li>
Expand Down
4 changes: 2 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ div.character {
animation: levitation 3s ease-in-out infinite; }

.little-dude:hover .mouth {
height: 45px; }
height: 70px; }

.little-dude:hover .mouth:after {
height: 10px; }
Expand All @@ -44,7 +44,7 @@ div.character {
animation: moveLegRight .15s ease-in-out infinite; }

.dude-body {
background: #48ACE0;
background: #E34C26;
margin: 0 auto;
width: 155px;
height: 200px;
Expand Down