A Pen by Shridhar Deshmukh

Size
3,254 Kb
Views
50,600

How do I make an a pen by shridhar deshmukh?

What is a a pen by shridhar deshmukh? How do you make a a pen by shridhar deshmukh? This script and codes were developed by Shridhar Deshmukh on 22 July 2022, Friday.

A Pen by Shridhar Deshmukh Previews

A Pen by Shridhar Deshmukh - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>A Pen by Shridhar Deshmukh</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="dialog-container">
<div class="dialog" id="modal-dialog"> <div class="inner"> <div class="message"> This action will associate item with new supplier & delete it from draft. <br/> Please ensure this item is correct. </div> <hr class="hr"/> <button class="btn ok" id="ok">Ok</button> <button class="btn cancel" id="cancel">Cancel</button> </div>
</div>
</div>
<a href="http://google.com" id="link">Click Here</a> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

A Pen by Shridhar Deshmukh - Script Codes CSS Codes

.dialog-container { position: fixed; height: 100%; width: 100%;
}
.dialog { width: 400px; height: 130px; position: relative; top: 50%; left: 50%; margin-top: -60px; margin-left: -200px;
}
.dialog { border-radius: 5px; background: rgba(0, 0, 0, 0.8); border: 1px solid rgba(0, 0, 0, 0.2); text-align: center; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.1);
}
.dialog .inner { color: #FFF; font-size: 15px; padding: 10px 0; width: 100%; height: 100%; border-radius: 5px; background: linear-gradient(to bottom, rgba(239, 239, 239, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%); box-shadow: inset 0 8px 10px rgba(255, 255, 255, 0.1), inset 0 1px 2px rgba(255, 255, 255, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.1);
}
.dialog .message { padding-bottom: 15px;
}
.btn { font-size: 16px; width: 80px; height: 30px; line-height: 18px; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0.7); box-shadow: inset 0 4px 6px rgba(255, 255, 255, 0.3), inset 0 0 2px rgba(255, 255, 255, 0.3), 0 2px 2px rgba(0, 0, 0, 0.15); -webkit-transition: all 0.3s ease;
}
.ok { background-color: #648e31; background-image: -moz-linear-gradient(top, #648e31 0%, #395d0f 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #648e31), color-stop(100%, #395d0f)); background-image: -webkit-linear-gradient(top, #648e31 0%, #395d0f 100%); background-image: -o-linear-gradient(top, #648e31 0%, #395d0f 100%); background-image: -ms-linear-gradient(top, #648e31 0%, #395d0f 100%); background-image: linear-gradient(to bottom, #648e31 0%, #395d0f 100%); margin-right: 5px;
}
.ok:hover { background: #648e31;
}
.btn-accept:active { background: #395d0f; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.cancel { background-color: #cb5a5a; background-image: -moz-linear-gradient(top, #cb5a5a 0%, #8d3e3e 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cb5a5a), color-stop(100%, #8d3e3e)); background-image: -webkit-linear-gradient(top, #cb5a5a 0%, #8d3e3e 100%); background-image: -o-linear-gradient(top, #cb5a5a 0%, #8d3e3e 100%); background-image: -ms-linear-gradient(top, #cb5a5a 0%, #8d3e3e 100%); background-image: linear-gradient(to bottom, #cb5a5a 0%, #8d3e3e 100%); margin-left: 10px;
}
.cancel:hover { background: #cb5a5a;
}
.cancel:active { background: #8d3e3e; box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

A Pen by Shridhar Deshmukh - Script Codes JS Codes

$('#cancel').click(function(e) { e.preventDefault(); alert("OKK");
});
$("#link").click(function(e){ alert("clicked"); $('.dialog').show();
});
A Pen by Shridhar Deshmukh - Script Codes
A Pen by Shridhar Deshmukh - Script Codes
Home Page Home
Developer Shridhar Deshmukh
Username _shree33
Uploaded July 22, 2022
Rating 3
Size 3,254 Kb
Views 50,600
Do you need developer help for A Pen by Shridhar Deshmukh?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Shridhar Deshmukh (_shree33) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!