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

CSS The Media Queries Solution

2 Questions: Let's say, When we resize the window in the treehouse website what happens? yes the logo appears but...

Question:

Let's say, When we resize the window in the treehouse website what happens? yes the logo appears but how to make the logo appears. In my website that am working on the Logo is a text but when the window of the website minimizes. To be specific: I want it to make an a logo appear how to make this possible?.

2nd Question: Do anyone know an a program that makes you make PNG'S and JPG'S images i want to put them as the logo.

Matthew McQuain
Matthew McQuain
14,184 Points

For the second question, do you mean software that converts PNGs to JPGs? Or do you mean a program that allows you to draw/create your own logos, using PNGs and JPGs as their basis?

1 Answer

Rhys Kearns
Rhys Kearns
4,976 Points

1st question you can use the display property and media queries or javascript 2nd question makes no sense

Thank you, Rhys for your answer and happy coding :)