You are on page 1of 1

<!

DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport"content="width-device-width,intial-scale=1.0">
<meta http-equiv="X.UA-Compatible"content="ie-edge">
<title>document</title>
</head>
<body>
<style >
.moi {
background-color: rgb(255,216,20);
color : black ;
border-color : rgb(255,216,20);
border-radius :76px ;
height : 36 px ;
width: 105 px ;
cursor: pointer;
border-style: solid;
margin-right: : 17px;
}
.tweet{
background-color : rgb(255,164,28);
color: black ;
border-radius: 52px;
height: 36 px;
width: 100 px;
cursor: pointer;
border-color: rgb(255,164,28);
border-style: solid;
margin-left: 17px;
}
</style>
<a href="https://www.amazon.com/?&tag=googleglobalp-
20&ref=pd_sl_7nnedwlk_e&adgrpid=82342659060&hvpone=&hvptwo=&hvadid=585475370855&hvp
os=&hvnetw=g&hvrand=832146864364955568&hvqmt=e&hvdev=c&hvdvcmdl=&hvlocint=&hvlocphy
=1029477&hvtargid=kwd-
10573980&hydadcr=2246_13468515&gclid=Cj0KCQiA37KbBhDgARIsAIzce17AtSAdS_muSrbQ_8-
attxU9bmlMtmMXZPBqF__NfrTaZHqin_KpA8aAlu8EALw_wcB" target="_blank"> Back To
Amazon</a>
<p > <strong> Nike black Runing Shoes </strong> </p>
<p style="color: rgb(0,118,0)";> 39 dh -in stock </p>
<p> Free delivery tomorrow</p>
<button class ="moi"> Add to Cart </button>
<button class =" tweet" > Buy now </ button>
</body>
</html>

You might also like