Skip to content

Commit b7d4a24

Browse files
committed
add github link
1 parent a2f7654 commit b7d4a24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
cursor: pointer;
2929
border-radius: 6px;
3030
}
31+
.content {
32+
max-width: 1000px;
33+
margin: 0 auto;
34+
}
3135
</style>
3236
</head>
3337
<body>
@@ -38,7 +42,9 @@ <h1>Lightweight vanilla js modal component</h1>
3842
This is just 2kb Lightweight vanilla js modal component with zero
3943
dependencies , with option esc close , outside click close , custom
4044
height , widht : check code in github :
41-
https://github.com/idurar/vanilla-js-modal
45+
<a href="https://github.com/idurar/vanilla-js-modal">
46+
vanilla js modal github repo</a
47+
>
4248
</p>
4349
<button class="openModal">Open Modal</button>
4450
</center>

0 commit comments

Comments
 (0)