New Portfolio Site - Zachary Hamed(zhamed.com)

over 4 years ago from Zach Hamed

  • Morgan CarterMorgan Carter, over 4 years ago

    On Chrome 69.

    2) I can click the "The Art and Science of a Mac Menubar App" but not "Bye, Google Maps." It's being overlapped by .books.books-1. I'm on a 15" laptop, so 1440px width.

    3) You have

    a { color: var(--main-color); }

    but

    .writing li:hover { background-color: rgba(40, 92, 255, 0.05); }

    The hover state should use the variable colour too.

    1 point