Skip to content

Commit

Permalink
Update 2 files and Add script_gofullscreen.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 11, 2024
1 parent a01a47f commit b502459
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="responsive.css">
<script type="text/javascript" src="intense.min.js"></script>

<title>About Caret</title>
</head>
Expand Down
2 changes: 2 additions & 0 deletions script_gofullscreen.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var elements = document.querySelectorAll( '.fullscreen-image' );
Intense( elements );
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.fullscreen-image {
display: inline-block; /* Specifying horizontal alignment */
margin: 0px 5px 5px 0px; /* Surrounding margin amount(5px each on the right and bottom) */
}

.zero {
background-color: pink;
}
Expand Down

0 comments on commit b502459

Please sign in to comment.