Skip to content

Commit

Permalink
Update tree trunk height and add position and
Browse files Browse the repository at this point in the history
z-index properties
  • Loading branch information
bradystroud committed Dec 20, 2023
1 parent 34089ec commit bdd0a4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,14 @@ body {
border-right: 45px solid transparent;
height: 0;
width: 90px;
position: relative;
z-index: 2;

}

.tree .tree-trunk {
background-color: brown;
height: 40px;
height: 60px;
width: 20px;
margin: 0 auto;
position: relative;
Expand Down

0 comments on commit bdd0a4e

Please sign in to comment.