بسم الله الرحمن الرحيم
____________
الدرس التانى
دورة تقليد قالب بلوجر
عجبك قالب نفسك تعمل زية
هعلمك ازاى تعمل قالب مشابه بكل سهولة
________________________
كل 3 ايام هنزل درس ان شاء الله
مدة الدرس 15 دقيقة
____________
الكود المستخدم فى الفيديو
__________________
<html>
<head>
<style>
.header {
background: #000;
height: 100px;
width: auto;
}
.top {
background: #676767;
height: 50px;
width: auto;
}
.logo {
background: none repeat scroll 0% 0% #FFF;
width: 250px;
height: 70px;
float: right;
margin-top: 15px;
margin-right: 20px;
}
.ads{
width: 719px;
height: 70px;
background: #fff;
float: left;
margin-top: 15px;
margin-left: 20px;
}
</style>
</head>
<body>
<div class="top"></div>
<div class="header">
<div class="logo"></div>
<div class="ads"></div>
</div>
</body>
</html>
<head>
<style>
.header {
background: #000;
height: 100px;
width: auto;
}
.top {
background: #676767;
height: 50px;
width: auto;
}
.logo {
background: none repeat scroll 0% 0% #FFF;
width: 250px;
height: 70px;
float: right;
margin-top: 15px;
margin-right: 20px;
}
.ads{
width: 719px;
height: 70px;
background: #fff;
float: left;
margin-top: 15px;
margin-left: 20px;
}
</style>
</head>
<body>
<div class="top"></div>
<div class="header">
<div class="logo"></div>
<div class="ads"></div>
</div>
</body>
</html>
_________________
لتحميل الفيديو
https://www.ssyoutube.com/watch?v=r21usAZg3AU&feature=youtu.be
_______________________________