Ad

Split a Background into 2 color


Split a Background into 2 color


Program

<html>

<head>

<title>two color one page</title>

<style>

.color{

background-color:pink;

width:60%;

height:420px;

float:right;

}

.color1

{

background-color:skyblue;

<!-select  your color -->

width:40%;

height:420px;

}

</style></head>

<body>

<h1>Two color with one page</h1>

<div class="color"><br><br>

</div>

<div class="color1">

</div>

</body></html>


OUTPUT

two color in one page using html and css

Related Post :-

php program to print hollow triangle star pattern

php program to print increasing triangle

php program to print alphabet pattern M




No comments

Powered by Blogger.