我正在尝试解决 Frontend Mentor 上的挑战。我制作了一个有 2 列的容器,我想在左列上放置一个 SVG 背景图像。我尝试在 HTML 文件中插入 SVG,并且它有效,但是当我使用 CSS 时没有任何反应。这是代码:
'''
<body>
<div class="container-fluid">
<div class="row">
<div class="col-7 left">
<h1> We're coming soon</h1>
Hello fellow shoppers! We're currently building our new fashion store.
Add your email below to stay up-to-date with announcements and our launch deals.
Email Address
</div>
<!-- Right side -->
<div class="col-5">
<img src="images/hero-desktop.jpg">
</div>
</div>
</div>
</body>
.left{
background-image: url('images/bg-pattern-desktop.svg');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: auto;
}
'''
谁能帮我。
请随意评论我的第一个问题。
蛊毒传说
一只名叫tom的猫
陪伴而非守候
动漫人物
UYOU
相关分类