-4
我不知道編碼。我必須在我的網站中顯示html和css中的購物交易。HTML和CSS - 一小組代碼來顯示電子商務交易
我必須表明:
- 優惠標題
- 商家標誌/任何圖像,如果任何
- 4.Expiry日期如有
- 5.Buy現在/激活交易
- 說明按鈕
我不知道編碼。我必須在我的網站中顯示html和css中的購物交易。HTML和CSS - 一小組代碼來顯示電子商務交易
我必須表明:
是的,我明白你想要做什麼。這裏是一個簡單的例子,爲你創建。希望這會幫助你。 不要忘記投票我,如果這似乎對您有所幫助
.pos{
position: absolute;
z-index: 99;
top: 2%;
width:90%;
}
<!DOCTYPE html>
<html>
<title>sparroltie</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/lib/w3.css">
<body>
<div class="w3-container ">
<div class="w3-card-8 w3-dark-grey " style="width:350px; position:relative">
<div class="w3-container" >
<img src="https://i0.wp.com/adiply.com/wp-content/uploads/2016/01/mobile-product03.png?fit=635%2C530" alt="Avatar" style="width:300px;">
<h5 class="pos w3-padding-small w3-left">visit our site : Sparrolite.blogspot.in
for more tutorial about blog
</h5>
<div class="w3-section w3-center">
<button class="w3-btn w3-padding-medium w3-green">Get this deal at 0$</button>
</div>
</div>
</div>
</div>
</body>
</html>
謝謝,但這看起來像完整的HTML頁面。我需要一小段代碼,可以在WordPress中發佈。 –
等都不是代碼寫作服務。這是一個尋找解決具體問題的地方。從這裏開始 - http://stackoverflow.com/help/asking –
是的,我知道,我卡在這裏。我正在爲此尋找解決方案。 –