Skip to content
Snippets Groups Projects
Verified Commit 2405d712 authored by Jonas Leder's avatar Jonas Leder
Browse files

use class instead of id in banner div

parent 9ddb43af
Branches
No related tags found
No related merge requests found
Pipeline #2179 passed
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<jl-ebk-banner></jl-ebk-banner> <jl-ebk-banner></jl-ebk-banner>
<h2>Skills</h2> <h2>Skills</h2>
<jl-skills></jl-skills> <jl-skills></jl-skills>
<div id="banner"> <div class="banner">
<h2>Banner</h2> <h2>Banner</h2>
<a href="https://ipv6.he.net" target="_blank"><img class="no-corner" data-noPreview="true" <a href="https://ipv6.he.net" target="_blank"><img class="no-corner" data-noPreview="true"
src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
padding: 5px; padding: 5px;
} }
#banner a { .banner a {
text-decoration: none; text-decoration: none;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment