Skip to main content

Posts

3D Text with Html and Css

Now we will make 3D Slinky Text with Html and Css. First you create a html file which name is 'index.html' , then open your file with your editor and type this html code - <!DOCTYPE html> <html> <head>     <title>Slinky Text</title>     <style>         body{             margin: 0;             padding: 0;             font-family: sans-serif;         }         .slinky{             position: absolute;             top: 50%;             left: 50%;             transform: translate(-50%,-50%);      ...

Calculator with Html, Css and Javascript

Calculator is essential program in our life. It's create an any high level programming language. Now create a Calculator with Html, Css and Javascript. First you create a html file which name is "index.html" , then open this file with your editor. My update calculator making blog visit here... How to make a calculator using html css and javascript in 2022 <!DOCTYPE HTML> <html lang="en-US"> <head>     <meta charset="UTF-8">     <title>JavaScript Event</title>     <style type="text/css">         *{             margin:0;             padding:0;         }         body{             background:#808080;         }         ....

’আমি এবং মধ্যবয়স্ক জুটি’ গল্প

আমি অপু।পড়া-লেখা শেষ করে প্রাইভেট একটা কোম্পানীতে চাকরী করছি।গতকাল ঢাকায় এসেছি। কো ম্পানী থেকে আমাকে একটা ট্রেনিং এ পাঠিয়েছে।তাই রাতের খাবার খেয়ে ঘুমিয়ে পরি। সকাল সকাল ঘুম থেকে উঠে ফ্রেশ হয়ে নাস্তা করে সোজা ট্রেনিং এ রওয়ানা দেই।

Dropdown Navbar with Html and Css

Now we make a Dropdown Navbar in Website with Html and Css. First you create a html file which name is 'index.html' , then open your file with your editor and type this html code -

প্রেতাত্বাদের রাত (হরর গল্প)

হোটেল থেকে বের হয়ে যখন গাড়িতে উঠতে যাবে রাবিদ তখন হোটেল ম্যানেজারকে দেখল ড্রাইভারকে বলছে , আজকে কিসের রাত মনে আছে তোমার । রাদায়েদ খেয়াল করল ড্রাইভার পাংশুটে মুখে বলল , জী স্যার । যেখানে স্পষ্ট ভয়ের প্রতিচ্ছবি ছিল ড্রাইভারে চোখে ।

3D Flip Image Card With Html and Css

Last tutorial we made  a 3d button with Html and Css  3D Button with Html and Css (Part-2).   Now we create  3d  flip image card with Html and Css. First you create a html file which name is "index.html" , then open this file with your editor.

3D Button with Html and Css (Part-2)

Last tutorial we made  a 3d button with Html and Css  3D Button with Html and Css (Part-1).   Now we create another 3d  button with Html and Css. First you create a html file which name is "index.html" , then open this file with your editor.