Tea Cozy - Would like a code review :)

Here is my project live -----> Tea-Cozy

You can find the code -----> Here

Some feedback would be nice :slight_smile:

2 Likes

I love your work (the responsiveness especially)
Iā€™d like to know how you got your nav bar to do this :point_down:

Thanks!

I used the @mediaonly in the stylesheet:

`@media only screen and (max-width: 600px) {

.navbar {
    display: block;
}

.navbar li {
    font-size: 18px;
    padding: 8px;
    display: block;
}

item.nav {
    display: block;
}

li {
    list-style-type: none;
}

}`