在CSS中创建了2个徽标(1个用于默认标题,第2个用于粘贴标题)。
在应用HTML时,我是否应用2个标题ID,或者我可以在默认的标题标识div类中以某种方式实现第二个标识?
<div class="body">
<header id="header" data-plugin-options='{"stickyEnabled": true, "stickyEnableOnBoxed": true, "stickyEnableOnMobile": true, "stickyStartAt": 57, "stickySetTop": "-57px", "stickyChangeLogo": true}'>
<div class="header-body">
<div class="header-container container">
<div class="header-row">
<div class="header-column">
<div class="header-logo">
<a href="index.html">
<img alt="" width="270" height="70" data-sticky-width="270" data-sticky-height="60" data-sticky-top="33" src="img/logo.jpg">
</a>
</div>
</div>
</div>
</div>
</div>
</header>
</div>
标题是粘性的,徽标调整得很好。我的问题是我希望“Resized Logo”成为我的辅助徽标