diff options
author | xengineering <me@xengineering.eu> | 2021-12-02 15:43:26 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-12-02 15:43:26 +0100 |
commit | 795be6adce280545682138a737affbeb4e2e507a (patch) | |
tree | 6eaa6c5e6478be8b6933a84caf3cbdd9f37a19d5 /test.html | |
parent | 38f53f0b7d420f6bc92e19d25c334c4c7f064543 (diff) | |
download | libweb-795be6adce280545682138a737affbeb4e2e507a.tar libweb-795be6adce280545682138a737affbeb4e2e507a.tar.zst libweb-795be6adce280545682138a737affbeb4e2e507a.zip |
Implement Hover Shadow on Link Cards2.0.0
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ echo "I am $(whoami)" <!-- a .card --> <a href="https://example.com"> <div class="card"> - <h3 class="card-first-item">This is a Card</h3> + <h3 class="card-first-item">This is a clickable Card</h3> <p class="card-last-item">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam |