This commit is contained in:
parent
ed7fb975af
commit
37cfcee457
2 changed files with 43 additions and 26 deletions
|
@ -41,16 +41,18 @@
|
|||
</head>
|
||||
<body>
|
||||
<div class="container" role="main">
|
||||
<img
|
||||
class="hero-img"
|
||||
src="./images/image-product-mobile.jpg"
|
||||
srcset="
|
||||
./images/image-product-desktop.jpg 800w,
|
||||
./images/image-product-mobile.jpg 600w
|
||||
"
|
||||
sizes=" (max-width: 650px) 600px, 800px"
|
||||
alt="picture of perfume"
|
||||
/>
|
||||
<div class="img-container">
|
||||
<img
|
||||
class="hero-img"
|
||||
src="./images/image-product-mobile.jpg"
|
||||
srcset="
|
||||
./images/image-product-desktop.jpg 800w,
|
||||
./images/image-product-mobile.jpg 600w
|
||||
"
|
||||
sizes=" (max-width: 800px) 600px, 800px"
|
||||
alt="picture of perfume"
|
||||
/>
|
||||
</div>
|
||||
<div class="content">
|
||||
<h3>PERFUME</h3>
|
||||
<h1>Gabrielle Essence Eau De Parfum</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue