Starbucks site (my project)

Hi,

i’m studying html and css. I tried to make Starbucks italy site. Obviously, I developed it in Html and Css. It’s not optimized for mobile/tablet devices.

I’d love to get some feedback.

Site Github: https://orlandoaita.github.io

The code (Github): GitHub - orlandoaita/orlandoaita.github.io

2 Likes

I gave a look at your clone and the official website and I think you did a pretty good job at recreating it. :+1:

I did notice that you have a space between the “Il caffè Starbucks®.” and “Preparalo a casa come piace a te.” by using two different headings.

Instead, you could do

<h4 id="title_">
  <span>
    Il caffè Starbucks®.
    <br>
    Preparalo a casa come piace a te.
  </span>
</h4>

Which should show without the large gap in between