fixed tabbing...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
5b17bb0a01
commit
25e1aa6a24
13
index.html
13
index.html
@ -1,6 +1,5 @@
|
||||
<html>
|
||||
<style>
|
||||
|
||||
.image-block img {
|
||||
width: 300px;
|
||||
height: auto;
|
||||
@ -37,6 +36,12 @@
|
||||
}
|
||||
|
||||
</style>
|
||||
<script>
|
||||
const images = document.querySelectorAll("div.image-block img");
|
||||
images.addEventListener();
|
||||
images.addEventListener('click', function(){img.classList.toggle('view')};);
|
||||
|
||||
</script>
|
||||
<body>
|
||||
<div class="wishes">
|
||||
<div>
|
||||
@ -97,11 +102,5 @@
|
||||
</label>
|
||||
|
||||
</div>
|
||||
<script>
|
||||
const images = document.querySelectorAll("div.image-block img");
|
||||
images.addEventListener();
|
||||
images.addEventListener('click', function(){img.classList.toggle('view')};);
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user