All Tech
722 subscribers
267 photos
69 videos
162 files
164 links
Download Telegram
ساعت دیجیتال - Digital Clock با استفاده از
JavaScript & HTML , CSS
Source code
https://code.sololearn.com/WXqpXit1W3A4/?ref=app

@all_qasim_tech
When you know just html & css 😂😂


@all_qasim_tech
Form source code

<!DOCTYPE html>
<html>
<head>
<title>Login</title>

<style>
*{
margin:0;
padding:0;
box-sizing:border-box;
text-decoration:none ;
outline:none ;
}
body {
background:#fff;
text-align:center ;
}
.form{
width:300px;
height:350px;
padding:20px 10px;
margin:5% auto ;
background:#fff;
box-shadow:3px 3px 5px #adadad,-3px -3px 5px #eee;
overflow:hidden;
border-radius:20px 0 20px 0;
}
.form h1{
padding:15px 0;
text-shadow:2px 2px 3px #ddd;
}
.form input{
padding:12px 15px;
width:88%;
margin:10px 6%;
border:none ;
border:2px solid #adadad;
border-radius:12px 0 12px 0;
}
.form input:focus{
border:2px solid #336677;
transition:1s;
}
.form button{
border:none ;
height:40px;
width:88%;
margin:10px 6%;
background:#336677;
color:#fff;
font-weight:bold ;
border-radius:12px 0 12px 0;
}
.form button:hover{
background:#39f;
transition:0.8s;
}
</style>
</head>
<body>
<form class="form">
<h1>Login Here</h1>
<input type="email" placeholder="Email Address">
<input type="password" placeholder="Password">
<button type="submit">LOGIN</button>
<br>
<br>
<a href="#">Forgot Password?</a>
</form>
</body>
</html>
Form with html & css
Source code
طراحی خلاقانه فورم لاگن با HTML & CSS
Source code💻

@qasim_tech
FORM_NEW.zip
661.6 KB
Source code
Java Programer😂😂


@qasim_tech
Login form
HTML & CSS
Source code

@qasim_tech
My login form.zip
280.9 KB
Source code
Home page
HTML
CSS
Source code🔽


@qasim_tech
Website.zip
1.3 MB
Source code
App.html
2 KB
Login App source code
Login & Sign-in form UI Design
HTML & CSS


@qasim_tech
Form Bloger.zip
111.2 KB
Source code💻
Forwarded from برنامه نویسی (Codepad)
Media is too big
VIEW IN TELEGRAM
📹 #کلیک فارسی

تازه‌های اپل و گوگل و تدابیر یوتیوب در مبارزه با اخبار جعلی

🅿️ کانال رسمی برنامه نویسی🔻

🆔 @barnamene 🎖🎖🎖
#click
Language used to develop popular games


@qasim_tech
Calculator
HTML & CSS

@qasim_tech