Programming Examples

Css code to design a box using div with following specifications


box using css

Write CSS code to design a box using div with following specifications:

Width: 300px Height:300px Background color: Green Border: 3px solid style and Red color

Solution

<!DOCTYPE HTML>
<html>
	<head>
		<style type="text/css">
			.box{
				width:300px;
				height:300px;
				background:green;
				border:3px solid red;				
			}
		</style>
	</head>
	<body>
		<div class="box">
		</div>
	</body>
</html>
Output





Online Exam Quiz for One day Exam Online Typing Test CCC Online Test 2026 Best Computer Training Institute in Prayagraj (Allahabad) Best Java Training Institute in Prayagraj (Allahabad) Best Python Training Institute in Prayagraj (Allahabad) O Level Online Test in Hindi Best Website and Software Company in Allahabad