blob: 38eb944fae777c7dae73b477dec82e96df19de75 [file] [log] [blame]
<!--
Copyright 2020 The Chromium Authors
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<style>
#show-on-target {
display: none;
}
#show-on-target:target {
display: inline;
}
</style>
<span id="show-on-target">Some text here, only shown on :target</span>
<span>Some text, always shown</span>