blob: 6dc2d4cf52467b5859047d09267318e86dd4f6bf [file]
<!--
Copyright 2020 The Chromium Authors. All rights reserved.
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>