dxania / microverse-old-apple.com-clone

Microverse inspired project to create a clone of the old version of apple.com
0 stars 0 forks source link

#team-71-the-bulldogs #4

Open mariancristu opened 4 years ago

srueda27 commented 4 years ago
 <link href="https://fonts.googleapis.com/css?family=Lato:100&display=swap" rel="stylesheet"> 
font-family: 'Lato', sans-serif;

font-family: 'Work Sans', sans-serif;


You can use one of those
EdCrux commented 4 years ago

Great job!

On the section-two:

`

iPhone 5s
    <img src="images/promo_iphone5c.jpg" alt="iPhone 5c">
    <img src="images/promo_30_years.jpg" alt="Happy birthday Mac">
    <img src="images/promo_supplier_responsibility.jpg" alt="Supplier Responsibility">
</section>`

You need to add anchor with links.

It is better to name your sections with a more intuitive name like:

-Products -Welcome titles -Cta (Call to action)

simondebbarma commented 4 years ago

Good luck with the font thing.

Set a fixed dimension for the entire view. height: 100%; min-height: 830px; width: 1440px; min-width: 1024px;