目前我正在通過編碼酷網站的方式學習HTML,我在網上找到。我在計算這個網站http://sociali.st如何使用一個圖像作爲iPhone的情況下,以及另一個圖像的iPhone屏幕(想想在Photoshop中剪貼蒙版)時遇到了一些麻煩。似乎無法擺脫它的困擾?圖像層次
這裏是我的代碼
<div class="row">
<div class="small-6 columns">
<h1 class="value-prop">Organize the <br>things you love.</h1>
</div>
<div class="small-6 columns">
<div class="phone">
<img src="http://sociali.st/wp-content/themes/socialist/library
/images/views/home/home-introduction-screen.png">
</div>
</div>
</div>
CSS
.phone {
width: 359px;
height: 935px;
background-image: url('http://sociali.st/wp-content/themes/socialist/
library/images/components/devices/device-iphone
[email protected]?cache=290611593');
background-size: 100% 100%;
}
太棒了,感謝您的幫助! – Peekay 2014-09-02 20:55:22