Education it 02 Hero

Education it 02 Hero EDUCATION - IT-02 Hero
সাবাই দেখে বলে তবে নিতে শিক্ষ ভালোবেসে।

যারা ডিপ্লোমা ইন ইঞ্জিয়ার সম্পর্কে জানতে চাও তার দেখতে পারো।
18/09/2024

যারা ডিপ্লোমা ইন ইঞ্জিয়ার সম্পর্কে জানতে চাও তার দেখতে পারো।

28/11/2023






a


*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: ;
}
.box
{
position: relative;
width: 400px;
height: 400px;
background: repeating-conic-gradient(from var(--a), red 0%, red 5%, transparent 5%, transparent 40%, red 50%);
animation: animate 4s linear infinite;
border-radius: 10px;
}
--a
{
syntax:'';
inherits: false;
initial-value: 0deg;
}
animate
{
0%
{
--a:0deg;
}
100%
{
--a:360deg;
}
}
.box::before
{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: repeating-conic-gradient(from var(--a), 0%, 5%, transparent 5%, transparent 40%, 50%);
animation: animate 4s linear infinite;
animation-delay: -1s;
border-radius: 10px;
}










27/11/2023







AZ

* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: rgba(90,99,79,0.80);
}
box {
overflow: hidden;
position: relative;
width: 400px;
height: 400px;
background: repeating-conic-gradient(from var(--a), red 0%, red 5%, transparent 5%, transparent 40%, red 50%);
animation: animate 4s linear infinite;
border-radius: 149px;
}
--a
{
syntax:'';
inherits: false;
initial-value: 0deg;
}
animate
{
0%
{
--a:0deg;
}
100%
{
--a:360deg;
}
}box::before
{
content: '';
position: absolute;
width: 100%;
height: 100%;
background: repeating-conic-gradient(from var(--a), white 0%, white 5%, transparent 5%, transparent 40%, white 50%);
animation: animate 4s linear infinite;
animation-delay: -1s;
border-radius: 149px;
}box::after
{
content: '';
position: absolute;
inset: 6px;
background: black;
border-radius: 150px;

}
box form
{
position: absolute;
inset: 4px;
background: #222;
padding: 50px 40px;
border-radius: 150px;
z-index: 1;
display: flex;
flex-direction: column;
}
box form h2
{
color: ;
font-weight: 500;
text-align: center;
letter-spacing: 0.1em;
}
box form .inputBox
{
position: relative;
width: 300px;
margin-top: 35px;
}
box form .inputBox input
{
position: relative;
width: 100%;
padding: 20px 10px 10px;
background: transparent;
outline: none;
border: none;
box-shadow: none;
color: black;
font-size: 1em;
letter-spacing: 0.05em;
transition: 0.5s;
text-indent: 10px;
z-index: 10;
}
box form .inputBox span
{
position: absolute;
left: 0;
padding: 20px 0px 10px;
pointer-events: none;
color: red;
font-size: 0.75em;
transition: 0.5s;
}
box form .inputBox input:valid~span,box form .inputBox input:focus~span
{
color: green;
font-size: 0.75em;
transform: translateY(-34px);
}
box form .inputBox i
{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: white;
border-radius: 50px;
overflow: hidden;
transition: 0.5s;
pointer-events: none;
}
box form .inputBox input:valid~i,box form .inputBox input:focus~i
{
height: 35px;
}
box form .links {
display: flex;
justify-content: space-between;
}
box form .links a {
margin: 20px 0;
font-size: 0.75em;
color: ;
text-decoration: none;
}
box form .links a:hover,box form .links a:nth-child(2)
{
color: ;
}
box form input[type="submit"]
{
border: none;
outline: none;
background: ;
padding: 10px 20px;
cursor: pointer;
font-size: 0.9em;
border-radius: 40px;
font-weight: 600;
width: 100px;
margin-top: 20px;
margin-left: 100px;
}
box form input[type="submit"]:active
{
opacity: 0.40;
}







Sign in


Username




Password



Forgot password
Sign up





25/11/2023





az


*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'poppins', sans-serif;
}
body
{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: rgba(01,99,79,0.99);
}
.container
{
position: relative;
background: lightsteelblue;
/* min-height: 500px;*/
border-radius: 20px;
border-top-left-radius: 225px;
border-top-right-radius: 225px;
box-shadow: 25px 25px 75px rgba(0,0,0,0.75),
inset 5px 5px 10px rgba(0,0,0,0.5),
inset 5px 5px 20px rgba(255,255,255,0.2),
inset -5px -5px 15px rgba(0,0,0,0.75);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.azom
{
position: absolute;
border: 5px solid red;
padding: 20px;
background-color: aliceblue;
border-radius: 20px;
margin: auto;
width: 65%;
left: 550px;
text-align: center;
bottom: 0px;
}
.azom h1
{
font-size: 30px;

}
.clock
{
position: relative;
width: 450px;
height: 450px;
background: ;
border-radius: 50%;
box-shadow: 10px 50px 70px rgba(0,0,0,0.25),
inset 5px 5px 10px rgba(0,0,0,0.5),
inset 5px 5px 20px rgba(255,255,255,0.2),
inset -5px -5px 15px rgba(0,0,0,0.75);
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 30px;

}
.clock::before
{
content: '';
position: absolute;
width: 4px;
height: 4px;
background: ;
border: 3px solid ;
border-radius: 50%;
z-index: 100000;
}
.clock span
{
position: absolute;
inset: 20px;
color: ;
text-align: center;
transform: rotate(calc(30deg *var(--i)));
/* 360/12 = 30deg */
}
.clock span b
{
font-size: 2em;
opacity: 100;
font-weight: 600;
display: inline-block;
transform: rotate(calc(-30deg * var(--i)));
}
.circle
{
position: absolute;
width: 300px;
height: 300px;
border: 2px solid white;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: flex-start;
z-index: 10;
}
.circle i
{
position: absolute;
width: 6px;
height: 50%;
background: var(--clr);
opacity: 0.75;
transform-origin: bottom;
transform: scaleY(0.5);
}
.circle:nth-child(1) i
{
width: 2px;
}
.circle:nth-child(2) i
{
width: 6px;
}
.circle2
{
width: 240px;
height: 240px;
z-index: 9;
}
.circle3
{
width: 180px;
height: 180px;
z-index: 8;
}
.circle::before
{
content: '';
position: absolute;
top: -8.5px;
width: 15px;
height: 15px;
border-radius: 50%;
background: var(--clr);
box-shadow: 0 0 20px var(--clr),
0 0 60px var(--clr);
}
/* digital clock style */

{
margin-bottom: 40px;
display: flex;
padding: 10px 20px;
font-size: 2em;
font-weight: 600;
background-color: dimgray;
border: 2px solid rgba(0,0,0,0.5);
border-radius: 40px;
box-shadow: 5px 5px 10px rgba(0,0,0,0.5),
inset 5px 5px 20px rgba(255,255,255,0.2),
inset -5px -5px 15px rgba(0,0,0,0.75);

}
div
{
position: relative;
width: 60px;
text-align: center;
font-weight: 500;
color: var(--clr);
}
div:nth-child(1)::after,
div:nth-child(2)::after
{
content: ':';
position: absolute;
right: -4px;
}
div:last-child
{
font-size: 0.5em;
display: flex;
justify-content: center;
align-items: center;
color: ;
}
div:nth-child(2)::after
{
animation: animate 1s steps(1) infinite;
}
animate
{
0%
{
opacity: 1;
}
50%
{
opacity: 0;
}
}






Azom khan Chowdhury








1
2
3
4
5
6
7
8
9
10
11
12




00
00
00
AM






let hr = document.querySelector(' ');
let mn = document.querySelector(' ');
let sc = document.querySelector(' ');

setInterval(() => {
let day = new Date();
let hh = day.getHours() * 30;
let mm = day.getMinutes() * 6;
let ss = day.getSeconds() * 6;

hr.style.transform = `rotate(${hh + (mm / 12)}deg)`;
mn.style.transform = `rotate(${mm}deg)`;
sc.style.transform = `rotate(${ss}deg)`;

// Digital clock
let hours = document.getElementById('hour');
let minutes = document.getElementById('minutes');
let seconds = document.getElementById('seconds');
let ampm = document.getElementById('ampm');

let h = day.getHours();
let m = day.getMinutes();
let s = day.getSeconds();

let am = h >= 12 ? "PM" : "AM";

// Convert 24-hour clock to 12-hour clock
if (h > 12) {
h = h - 12;
}

// Add leading zeros to single-digit numbers
h = (h < 10) ? "0" + h : h;
m = (m < 10) ? "0" + m : m;
s = (s < 10) ? "0" + s : s;

hours.innerHTML = h;
minutes.innerHTML = m;
seconds.innerHTML = s;
ampm.innerHTML = am;

}, 1000);




17/10/2023
20/09/2023

online ইনকাম করতে চান যার । তাদের জন্য একটি সুখবর। যারা বতর্মানে অবসর আছেন ।
S S C বা HSC পরীক্ষা শেষ করছেন । তদের জন্য এই অফার টি। তেবে কোন একটার বিষয়ের উপর অভিজ্ঞতা
থাকতে হবে ।
যেমন:কম্পিউটার টাইপিং, গ্রাফিক্স ডিজাইন, ওয়েব ডিজাইন, ওয়েব ডেভেলপার, যে কোন প্রোগ্রমিং জানতে হবে, সফটায়্যার ডেভেলপার , প্রেজেন্টেশন ,স্কিপ লিখতে ,
এ বিষয়ের উপর যে কোন একটা বিষয় উপর দক্ষর্তা থাকলে চলবে।
অবসর না থাকলে আবেদন করবেন না।
এই ইনকাম সাইডে ১৫০০ ইউজার লাগবে।
যোগাযোগ করতে এ লিংকে ক্লি করুন ।
whatsapp :- https://chat.whatsapp.com/KKk1OsL45cOB1mE5cEGupm

Telegram:-https://t.me/+X5_fCMMOOZk1ODhl
Gmail:[email protected]

14/08/2023

#নাঙ্গলকোট

27/05/2023

in engineering Grips design class-06
Photoshop to

24/05/2023

in engineering Grips design class-05
Photoshop

19/05/2023

in engineering Grips design class-04
Photoshop to

আস্তাছে নতুন ভিডিও
19/05/2023

আস্তাছে নতুন ভিডিও

Address

Comilla
3581

Alerts

Be the first to know and let us send you an email when Education it 02 Hero posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Education it 02 Hero:

Share