Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

jose macedo
jose macedo
6,041 Points

am i on the right path?

https://w.trhou.se/kkqasc7hir

ive been doing css and html for about 3 months parttime am i learning slow or is this decent. this is my first complete website project. practice

1 Answer

Steven Parker
Steven Parker
229,732 Points

It looks like you're off to a pretty good start. At first glance I only noticed two minor issues.

One is just that you need a few clearfixes to make sure your wrapper elements always encompass their floated components.

The other is that on some window sizes, the absolute button positioning causes some buttons to overlap and partially obscure others. You probably just need to make the positions relative to the container instead of the window.

Keep up the good work, and happy coding!   -sp:sparkles: