背景画像を追加し、カバーを使用してブラウズした画像のサイズを変更しようとしました。ただし、画像は非常に小さく、背景全体をカバーしていません。
私は角度が初めてなので、これがどのように機能するかについて非常に小さな考えがあります。
また、zurb を使用してスペースを管理しているにもかかわらず、検索バーが中央に表示されません。
ページの外観は次のとおりです
コードは次のとおりです。
<div >
<!-- Above fold -->
<div class="row">
<div id = "backgroundImage" class="large-12 small-12 columns" ng-style="{'background-image':'url(img/mainBackground.png)','background-size' : 'cover'}">
<!-- search bar -->
<div class="row">
<!--empty -->
<div class="large-3 small-3 columns">
</div>
<div class="large-6 small-6 columns">
<input type="text" id="searchBar" ng-style="{'width': '50%'}">
</div>
<!--empty -->
<div class="large-3 small-3 columns">
</div>
</div>
</div>
</div>
</div>