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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Image Tags

When I refresh my page, the profile picture and other elemsn are slightly higher and square for a second....

It's as if the elements get the instructions to change size or placement on the change after the page loads, you can actually see the elements transitioning.

1 Answer

Hi Joaquin Beltran!

It's hard to give a definitive answer without seeing the code, but maybe you should try using the normalize.css stylesheet to reset all browser default styling? Or make sure that your placing your css stylesheet in your head before any other styling or effects take effect?

Hopefully this helps fix your problem - Reggie :)!