我是html和css的新手,對於我的生活我無法得到這個權利。有人可以幫助我編碼嗎?在圖像頂部創建一個不透明的文本框?
這是我迄今所做的,但現在我被卡住,我的形象是完全無法顯示了..
<div class="image"></div>
<div id="box1">
<h2>Welcome to the home of</h2>
<h1>Oliver & Sons</h1>
<p title="Oliver & Sons - Exquisite Carpentry">
In my workshop patience, skill and immaculate precision are combined to produce items that is unique, of exquisite taste and quality and could very well be a heirloom in your family. Explore my gallery and contact me when you are ready to experience craftsmanship at it’s best.
</p>
</div>
#box1 {
width: 100%;
padding: 100%px;
border: 2px solid navy;
margin: 0px;
background-colour: white;
}
div.image {
background: url(Images/background.jpg);
background-size: 100% 100%;
background-repeat: no-repeat;
}
你嘗試過什麼?從基礎開始 - 看起來你需要一個帶有背景圖像的元素。你能給這一槍嗎? –
請看看[問]和[幫助/話題]。 –
請考慮重新打開這個問題。我編輯了我的答案以顯示迄今爲止完成的代碼。我真的需要這方面的幫助。 –