/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 4 Nov, 2022, 3:30:32 PM
    Author     : Abhilasha
*/

body {
	margin-left: 20%;
	margin-right: 20%;
}

input {
/*	width: 500px;*/
	margin-bottom: 20px;
	padding: 2px 4px;
}

textarea {
	width: 500px;
	height: 300px;
	margin-bottom: 20px;
	padding: 2px 4px;
}

[ contenteditable ] {
	border: 1px solid #008000;
	height: 300px;
	width: 500px;
	margin-bottom: 20px;
	padding: 2px 4px;
}