We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f7654 commit b7d4a24Copy full SHA for b7d4a24
index.html
@@ -28,6 +28,10 @@
28
cursor: pointer;
29
border-radius: 6px;
30
}
31
+ .content {
32
+ max-width: 1000px;
33
+ margin: 0 auto;
34
+ }
35
</style>
36
</head>
37
<body>
@@ -38,7 +42,9 @@ <h1>Lightweight vanilla js modal component</h1>
38
42
This is just 2kb Lightweight vanilla js modal component with zero
39
43
dependencies , with option esc close , outside click close , custom
40
44
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
+ >
48
</p>
49
<button class="openModal">Open Modal</button>
50
</center>
0 commit comments