Forwarded from Computer & IT Engineering
HTML + CSS - @Computer_IT_Engineering.rar
928.2 MB
Forwarded from Computer & IT Engineering
Blogfa-@Computer_IT_Engineering.rar
660.3 MB
Forwarded from Computer & IT Engineering
JavaScript-@Computer_IT_Engineering.rar
1.1 GB
آموزش مقدماتی تا پیشرفته جاوا اسکریپت JavaScript (فارسی) ایمان مدائنی
📌تمام جلسات + سورس کدها
#فیلم #ویدئو #برنامه_نویسی #کد #جاوااسکریپت #ایجکس #ای_جکس
#Video #Programming #Code #JavaScript #JS #DOM #BOM #Ajax
@Computer_IT_Engineering
📌تمام جلسات + سورس کدها
#فیلم #ویدئو #برنامه_نویسی #کد #جاوااسکریپت #ایجکس #ای_جکس
#Video #Programming #Code #JavaScript #JS #DOM #BOM #Ajax
@Computer_IT_Engineering
Forwarded from Computer & IT Engineering
CSS FX-@Computer_IT_Engineering.rar
214 MB
Forwarded from برنامه نویسی | ++C
Book C++ @WorldCode_Cpp.pdf
5.4 MB
Forwarded from برنامه نویسی | Programming
Media is too big
VIEW IN TELEGRAM
#آموزش
🔴 طراحی های خلاقانه با HTML + CSS
➕ 06:55
➕ Persian
➕ Online Tutorials
🔻➖➖➖➖➖🔻
#video #html #css
🔺➖➖➖➖➖🔺
https://t.iss.one/joinchat/AAAAAEDc3SLiwmlrA8N3OA
🔴 طراحی های خلاقانه با HTML + CSS
➕ 06:55
➕ Persian
➕ Online Tutorials
🔻➖➖➖➖➖🔻
#video #html #css
🔺➖➖➖➖➖🔺
https://t.iss.one/joinchat/AAAAAEDc3SLiwmlrA8N3OA
Coding? Let’s see. Join me on SoloLearn now. https://www.sololearn.com/?ref=app-text4
Sololearn
Sololearn: Leer Coderen
Word nu lid om de basis te leren of je bestaande vaardigheden te verbeteren
Forwarded from Bashash Tech
PHP [0-100].pdf
26.1 MB
Forwarded from برنامه نویسی | Programming
This media is not supported in your browser
VIEW IN TELEGRAM
#آموزش
🔴 طراحی های خلاقانه با HTML + CSS
➕ 10:02
➕ Persian
➕ Coding Nepal
🔻➖➖➖➖➖🔻
#video #html #css
🔺➖➖➖➖➖🔺
https://t.iss.one/joinchat/AAAAAEDc3SLiwmlrA8N3OA
🔴 طراحی های خلاقانه با HTML + CSS
➕ 10:02
➕ Persian
➕ Coding Nepal
🔻➖➖➖➖➖🔻
#video #html #css
🔺➖➖➖➖➖🔺
https://t.iss.one/joinchat/AAAAAEDc3SLiwmlrA8N3OA
Forwarded from WINDOWS APP
📌 دانلود نرم افزار فیلم برداری از محیط بازی ها و دسکتاپ
✏️ درباره نرم افزار
🔐 پسورد : www.yasdl.com
📥 22 مگابایت
@narmafzarpc
✏️ درباره نرم افزار
🔐 پسورد : www.yasdl.com
📥 22 مگابایت
@narmafzarpc
Source code⬆⬇
.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<style type="text/css">
body {
background: rgb(214,214,214);
}
.box{
width:250px;
height:360px;
background:rgb(214,214,214);
border-radius:10px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:15% auto ;
}
.box form h1{
text-align:center ;
}
.box input{
width:218px;
height:35px;
background:rgb(214,214,214);
border:none ;
outline:none ;
border-radius:20px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:14px 12px;
padding-left:8px;
}
.box button{
width:224px;
height:35px;
background:rgb(214,214,214);
border:none ;
outline:none ;
border-radius:20px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:15px 14px;
padding-left:8px;
font-weight:bold ;
}
.box a{
margin-left:15px;
}
</style>
<body>
<div class="box">
<form>
<br>
<h1>LOG IN</h1>
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
<button type="submit">Login</button>
<br>
<a href="#">Forgot password?</a>
</form>
</div>
</body>
</html>
.
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<style type="text/css">
body {
background: rgb(214,214,214);
}
.box{
width:250px;
height:360px;
background:rgb(214,214,214);
border-radius:10px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:15% auto ;
}
.box form h1{
text-align:center ;
}
.box input{
width:218px;
height:35px;
background:rgb(214,214,214);
border:none ;
outline:none ;
border-radius:20px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:14px 12px;
padding-left:8px;
}
.box button{
width:224px;
height:35px;
background:rgb(214,214,214);
border:none ;
outline:none ;
border-radius:20px;
box-shadow:5px 5px 10px #b6a9a9, -5px -5px 10px #eee;
margin:15px 14px;
padding-left:8px;
font-weight:bold ;
}
.box a{
margin-left:15px;
}
</style>
<body>
<div class="box">
<form>
<br>
<h1>LOG IN</h1>
<input type="email" placeholder="Email">
<input type="password" placeholder="Password">
<button type="submit">Login</button>
<br>
<a href="#">Forgot password?</a>
</form>
</div>
</body>
</html>
Forwarded from WINDOWS APP
📌 دانلود شبیه ساز محبوب BlueStacks برای pc
✏️ درباره نرم افزار
🔐 پسورد فایل : www.yasdl.com
📥 550 مگابایت
@narmafzarpc
✏️ درباره نرم افزار
🔐 پسورد فایل : www.yasdl.com
📥 550 مگابایت
@narmafzarpc