只需用“p”标记将文本包装即可。因为没有它就像光秃秃的。它可能会分崩离析。
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<style>
.test {
padding: 25px;
display: flex;
height: 100%;
text-align: center;
font-size: 25px;
font-weight: 600;
line-height: 1.2;
opacity: 0.7;
align-items: center;
}
</style>
<body>
<div class="test">
<p>No results found. Looks like you may need some expert advice from our Customer Care team! Please <a href="https://ggogle.com">contact us</a> or check your selections.</p>
</div>
</body>
</html>