← Back to Forum

web page by taseen with div

Posted on November 26, 2024, 12:31 pm


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my web page</title>
<link rel="icon" type="image/x-icon"href="mylogo.ico">
<style>
.link
{
text-decoration: none;
color: white;
}
.link:hover
{
color-yellow
}
.slider-div-1
{
height: 500px;
width:110%;
background-image: url("slide3.jpg");
background-size: cover;
}

.basic-courses-1-div{
float: left;
width:40% ;
font-size: 40px;
font-weight: bold;
padding-left: 70px;
border-style: solid;
border-left: none;
border-top: none;
border-bottom: none;

}
.basic-courses-2-div{
padding-top: 30px;
padding-left: 800px;

}
.basic-courses-section
{
height: 100px;
background-color: rgb(194, 241, 226);


}




</style>
</head>
<body style="margin: 0px; font-family: Arial, Helvetica, sans-serif;">
<!-- contacts details section starts -->
<section style="background-color: rgb(0, 5, 14);color: white;padding: 5px;">


<div>
<table width="100%">
<tr>
<th>Email:info@alphatechbla.com</th>
<th>Phone no:12345678</th>
<th>Address:baramulla</th>
</tr>

</table>
</div>


</section>
<!-- contact details section ends -->

<!-- menubar starts -->
<section style="background-color: rgb(43, 21, 241); color: white;padding: 10px;">
<div>
<table width="100%">
<tr>
<th><a href="#" class="link">Home</a></th>
<th><a href="#" class="link"> About</a></th>
<th><a href="#" class="link"> Course</a></th>
<th><a href="#" class="link">Softwares</a></th>
<th><a href="#" class="link">Pages</a></th>
<th><a href="#" class="link">Discussion</a></th>
<th><a href="#" class="link">Contact</a></th>
</tr>


</table>
</div>
</section>
<!-- menubar ends -->

<!-- slider starts -->
<section class="slider">
<div class="slider-div-1">

</div>

</section>
<!-- slide ends -->
<br><br>





<!-- basic course lineup starts -->
<section class="basic-courses-section">
<div class="basic-courses-1-div"> Here is our<br>Basic Courses</div>
<div class="basic-courses-2-div">Here is our top basic courses lineup,<br>designed for your success!</div>
</section>
<!-- basic course lineup ends -->

<!-- basic courses -->
<style>
.box{
width: 250px;
height: 250px;
background-color: rgb(140, 140, 243);
padding-left: 20px;
margin: 40px;
color: rgb(248, 240, 240);
border-radius: 15px;
scale: 1.1;
float: left;
{
display: flex;
justify-content: center;
}


}
.basic course-2
{
display: flex;
justify-content: center;
}

.bg-red
{
background-color: rgb(224, 53, 53);
color: white;
width: 240px;
height: 250px;

padding-left: 20px;
margin: 50px;

border-radius: 15px;
scale: 1.1;
float: left;
}
.bg-green
{
background-color: rgb(46, 211, 46);
color: white;
width: 240px;
height: 250px;

padding-left: 20px;
margin: 50px;

border-radius: 15px;
scale: 1.1;
float: left;
}
.bg-orange
{
background-color: rgb(241, 177, 58);
color: white;
width: 240px;
height: 250px;

padding-left: 20px;
margin: 50px;

border-radius: 15px;
scale: 1.1;
float: left;
}

</style>

<section>
<div class="bg-red">

Course on computer fundamentals <br>
<h1>CCF</h1>
<table>
<tr>
<td>Duration:3 months</td>
<td style= "border-left: solid;&nbsp; &nbsp; &nbsp;"> &nbsp &nbsp monthly fee:&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp &nbsp Rs:500 </td> <br>
</tr>
<div>
<td>Rating</td>
</div>

</table>
<hr color="white">
<td>Online Apply</td>&nbsp &nbsp &nbsp&nbsp &nbsp &nbsp&nbsp &nbsp
<td>read more</td>
</div>


</section>
</div>
<section>
<div class="bg-green">
Course on computer fundamentals <br>
<h1>CCF</h1>
<table>
<tr>
<td>Duration:3 months</td>
<td style= "border-left: solid;&nbsp &nbsp &nbsp"> &nbsp &nbsp monthly fee:&nbsp &nbsp &nbsp &nbsp &nbsp &nbsp&nbsp &nbsp &nbsp Rs:500 </td> <br>
</tr>
<div>
<td>Rating</td>

</div>
</table>
<hr color="white">
<td>Online Apply</td>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
<td>read more</td>
</div>


</section>
<section>
<div class="bg-orange">
Course on computer fundamentals <br>
<h1>CCF</h1>
<table>
<tr>
<td>Duration:3 months</td>
<td style= "border-left: solid;&nbsp &nbsp &nbsp"> &nbsp; &nbsp; monthly fee:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; Rs:500 </td> <br>
</tr>
<div>
<td>Rating</td>

</div>
</table>
<hr color="white">
<td>Online Apply</td>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
<td>read more</td>
</div>


</section>
<section>
<div class="bg-red">
Course on computer fundamentals <br>
<h1>CCF</h1>
<table>
<tr>
<td>Duration:3 months</td>
<td style= "border-left: solid;&nbsp &nbsp &nbsp"> &nbsp; &nbsp; monthly fee:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; Rs:500 </td> <br>
</tr>
<div>
<td>Rating</td>

</div>
</table>
<hr color="white">
<td>Online Apply</td>&nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
<td>read more</td>
</div>


</section>




</body>

</html>


Add a Reply


Replies (0)

No replies yet. Be the first to reply!