Skip to content

Instantly share code, notes, and snippets.

View ajaytlabs's full-sized avatar

Ajay Saini ajaytlabs

  • Technolabs
  • India
View GitHub Profile
@ajaytlabs
ajaytlabs / DrawLineByCSS.html
Created January 13, 2017 07:40
Lines Draw between two or multiple elments of DOM by canvas or css
</html>
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<style>
.draggable {
font-size: x-small;
}