Notepad pen

Size
2,300 Kb
Views
32,384

How do I make an notepad pen?

What is a notepad pen? How do you make a notepad pen? This script and codes were developed by Mariam Massadeh on 22 September 2022, Thursday.

Notepad pen Previews

Notepad pen - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Notepad pen</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="pad">	<h2>Note</h2>	<textarea id="note">
write your note here...
Mariam </textarea>	</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Notepad pen - Script Codes CSS Codes

/*-------------------------	Simple reset
--------------------------*/
*{	margin:0;	padding:0;
}
/*-------------------------	General Styles
--------------------------*/
html{	background:url('http://dc624.4shared.com/img/AN2mwsL0/s7/0.3599255860007333/background.jpg') no-repeat center center;	/* Ensure the html element always takes up the full height of the browser window */	min-height:100%;	/* Display the background fullscreen */	background-size:cover;
}
body{	font:14px/1.3 'Segoe UI',Arial, sans-serif;	color:#444;	min-height:100%;
}
a, a:visited {	outline:none;	color:#43819b;
}
a:hover{	text-decoration:none;
}
/*-------------------------	The note
--------------------------*/
#pad{	position:relative;	width: 374px;	margin: 10px auto 40px;
}
#note{	font: normal 15px 'Courgette', cursive;	line-height: 17px;	color:#444;	background: url('http://dc244.4shared.com/img/TzhyIgO3/s7/0.37261699747332133/mid.png') repeat-y;	display: block;	border: none;	width: 329px;	min-height: 170px;	overflow: hidden;	resize: none;	outline: 0px;	padding: 0 10px 0 35px;
}
#pad h2{	background: url('http://dc314.4shared.com/img/yGgIuMk0/s7/0.1568248250784292/header.png') no-repeat;	overflow: hidden;	text-indent: -9999px;	height: 69px;	position: relative;
}
#pad:after{	position:absolute;	content:'';	background:url('http://dc99.4shared.com/img/eUCv3B3m/s7/0.8884904567228744/footer.png') no-repeat;	width:100%;	height:40px;
}

Notepad pen - Script Codes JS Codes

http://tutorialzine.com/2012/09/simple-note-taking-app-ajax/
Notepad pen - Script Codes
Notepad pen - Script Codes
Home Page Home
Developer Mariam Massadeh
Username MariamMassadeh
Uploaded September 22, 2022
Rating 4
Size 2,300 Kb
Views 32,384
Do you need developer help for Notepad pen?

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!

Mariam Massadeh (MariamMassadeh) 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!