Squares | HTML CSS

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 687

  • @learning-axis
    @learning-axis  Місяць тому +15

    Follow us on:
    Facebook: facebook.com/learningaxis01
    Instagram: instagram.com/learningaxis01
    TikTok: www.tiktok.com/@learning_axis
    LinkedIn: www.linkedin.com/company/learning-axis
    If You need Graphic designing and web development services please visit contact@learning-axis.com
    Source code: learning-axis.com/snippets/

  • @Smokeiziz-it3ru
    @Smokeiziz-it3ru 9 місяців тому +1079

    This guy demonstrates very advanced css knowledge. This is beyond impressive

    • @Florent-zh8px
      @Florent-zh8px 6 місяців тому +9

      Exécuter le code

    • @learning-axis
      @learning-axis  5 місяців тому +42

      thank you

    • @TomeshKanvar-j5l
      @TomeshKanvar-j5l 5 місяців тому +2

      Jf

    • @Hacker01388
      @Hacker01388 4 місяці тому +3

      @@learning-axis bhai center vala rotate nahi kar raha hai kiu?

    • @zivot92
      @zivot92 4 місяці тому +3

      Not really motivating for someone who just start out😂😢
      Phase where you strugle to make underlying text just to get animated

  • @Hamza_Bhai.
    @Hamza_Bhai. 6 місяців тому +890

    body {
    margin: 0;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    overflow: hidden;
    }
    .loader, .loader span {
    width: 10em;
    height: 10em;
    border: 0.25em solid white;
    font-size: 10px;
    border-radius: 1em;
    position: absolute;
    mix-blend-mode: screen;
    }
    .loader {
    background-color: gold;
    animation: rotating 2s linear infinite;
    }
    @keyframes rotating{
    to {
    transfoam: rotate(1turn);
    }
    }
    .loader span{
    animation: de-rotating 4s linear infinite;
    }
    @keyframes de-rotating {
    from, to {
    transform: rotate(0deg) scale(1.2);
    }
    50%{
    transform: rotate(-180deg) scale(1.2);
    }

    }
    .loader span:nth-child(1){
    top: 5rem;
    left: 5rem;
    background-color: dodgerblue;
    }
    .loader span:nth-child(2) {
    top: -5rem;
    left: 5rem;
    background-color: hotpink;
    }
    .loader span:nth-child(3) {
    top: 5rem;
    left:-5rem;
    background-color: mediumpurple;
    }
    .loader span:nth-child(4) {
    top: -5rem;
    left: -5rem;
    background-color: limegreen
    }







    these boxes are displaying on top instead of center
    while the main box which have class( loader) is not rotating
    so any body can give me solution

    • @Mirabbxs72
      @Mirabbxs72 5 місяців тому +9

      What Is this program for ?

    • @abhishekshakya6668
      @abhishekshakya6668 5 місяців тому +24

      body {
      margin: 0;
      height: 75vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: black;
      overflow: hidden;
      }

    • @twizzy6845
      @twizzy6845 5 місяців тому +6

      @@Mirabbxs72Sublime Text

    • @dominusman382
      @dominusman382 5 місяців тому +12

      Bro trying XSS on UA-cam comment 🤡

    • @risalmohamad3933
      @risalmohamad3933 5 місяців тому +3

      Work?

  • @Swecchhaa
    @Swecchhaa 8 місяців тому +152

    Satisfying sound😭

    • @SayNOToFAPIndia
      @SayNOToFAPIndia 5 місяців тому

      Is hee writing that fast and accurate naturally aur is he used any software

  • @IshaXbollywood
    @IshaXbollywood Рік тому +231

    Manna padega skills ko bro ❤

  • @pratikmohanty6360
    @pratikmohanty6360 6 місяців тому +85

    Fell in love with this Sound 💖

  • @whiteangel8722
    @whiteangel8722 2 місяці тому +87

    here the corrected code buddy

    body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    overflow: hidden;
    }
    .loader, .loader span {
    width: 10em;
    height: 10em;
    border: 0.25em solid white;
    font-size: 10px;
    border-radius: 1em;
    position: absolute;
    mix-blend-mode: screen;
    }
    .loader {
    background-color: gold;
    animation: rotating 2s linear infinite;
    }
    @keyframes rotating{
    to {
    transform: rotate(1turn);
    }
    }
    .loader span{
    animation: de-rotating 4s linear infinite;
    }
    @keyframes de-rotating {
    from, to {
    transform: rotate(0deg) scale(0.5);
    }
    50%{
    transform: rotate(-180deg) scale(1.2);
    }

    }
    .loader span:nth-child(1){
    top: 5rem;
    left: 5rem;
    background-color: dodgerblue;
    }
    .loader span:nth-child(2) {
    top: -5rem;
    left: 5rem;
    background-color: hotpink;
    }
    .loader span:nth-child(3) {
    top: 5rem;
    left:-5rem;
    background-color: mediumpurple;
    }
    .loader span:nth-child(4) {
    top: -5rem;
    left: -5rem;
    background-color: limegreen
    }

  • @arf3433
    @arf3433 5 місяців тому +25

    I’m a beginner to html and this is amazing! It actually worked!😆

  • @jkingenglish
    @jkingenglish Рік тому +446

    it's different watching this after learning about css and html. I want to type that fast oof

    • @ay.jay.09
      @ay.jay.09 Рік тому +2

      Like😅

    • @RI9246
      @RI9246 Рік тому +22

      I think he has used auto type feature

    • @Micha_Swart
      @Micha_Swart Рік тому +32

      ​@@RI9246and I think it's sped up.

    • @RI9246
      @RI9246 Рік тому +9

      See in the top at file name it is written auto type at last

    • @lintonx777
      @lintonx777 Рік тому +4

      Auto type

  • @OluwafemiTheYoung
    @OluwafemiTheYoung 2 місяці тому +7

    you can also make the edges less sharp use
    border-radius: 50px;

  • @OluwafemiTheYoung
    @OluwafemiTheYoung 2 місяці тому +2

    body {
    margin: 0;
    height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    overflow: hidden;
    }
    the height is meant to be 100vh instead of 10vh

  • @_Maliha_17
    @_Maliha_17 8 місяців тому +5

    I've tried this today this is absolutely amazing

  • @WvNTED
    @WvNTED Рік тому +23

    I done drifted off mid way until I saw the end 😂

  • @ScriptFUN
    @ScriptFUN 2 місяці тому +2

    Keyboard sound is very perfect!!

  • @Soulfulvibs
    @Soulfulvibs 2 дні тому +1

    Really impressed

  • @अभयदीप-ज1ग
    @अभयदीप-ज1ग 24 дні тому +1

    Great भारतीय MUST BE TO ALL

  • @Uneek_Earnings
    @Uneek_Earnings Рік тому +170

    this is really awesome but i don't understand this code because i am beginner 😅

    • @learning-axis
      @learning-axis  Рік тому +71

      oh soon you will learn it

    • @SomayaAsma
      @SomayaAsma Рік тому +10

      Same 😂😂

    • @icandoit4385
      @icandoit4385 Рік тому +6

      ​@@learning-axisaap too yhee kahenge bro😅😢 kyuki hme nhi atta...
      but html ko seekhne ka best method btayiye

    • @animefanhubsingh
      @animefanhubsingh Рік тому +2

      ​@@learning-axismaster aap hi seka do

    • @Mohit017
      @Mohit017 Рік тому +4

      Same 😂

  • @tarun9883
    @tarun9883 Рік тому +3

    It's working dude
    I loved it ❤️❤️‍🔥

  • @Dixu_kay.
    @Dixu_kay. 7 місяців тому +15

    Every thing goes out of my mind

    • @alfredobarrios4017
      @alfredobarrios4017 5 місяців тому +1

      Esa cantidad de escriturad que logran buscar cin eso, son codigos establesidos que por regla hay que aprenderlo de memoria si o si Vaya Chevre.

    • @Calibre336
      @Calibre336 Місяць тому

      Html is easiest language you can learn within 2 hours.

  • @jansikuppusamy5352
    @jansikuppusamy5352 11 місяців тому +13

    I am like the sound

    • @abhaypaswan950
      @abhaypaswan950 4 місяці тому

      But upar to likha hai autotype😂😂

  • @tegaemmanuel-y4k
    @tegaemmanuel-y4k 9 днів тому +1

    Nice
    Thank you so much
    I learn so much things in this video

  • @dkrogerzin
    @dkrogerzin 16 днів тому +1

    Programation is Beatiful

  • @izoo-mm9uk
    @izoo-mm9uk 3 місяці тому +2

    To code this just on memory is insane

  • @dektra00
    @dektra00 3 місяці тому +2

    It worked, Amazing

  • @Inform_Boost
    @Inform_Boost 11 місяців тому +5

    Result is nice ❤

  • @zenkaiog
    @zenkaiog 3 дні тому +1

    Dat typing speed tho

  • @your-advisor-friend
    @your-advisor-friend Рік тому +26

    really awesome

  • @didosalih1089
    @didosalih1089 Місяць тому +1

    Beautiful 👌🏼

  • @अभयदीप-ज1ग
    @अभयदीप-ज1ग 24 дні тому +1

    OM ॐ नमः शिवाय

  • @sound2bell448
    @sound2bell448 2 місяці тому +15

    ME WATCHING YOU WRITE CODE
    ME:-I KNOW HOW TO WRITE HELLO WORLD CODE😂

  • @VivekYadav-vv3si
    @VivekYadav-vv3si 9 днів тому +1

    Background Music + Coding + Coffee ❤

  • @WillsOp
    @WillsOp 11 місяців тому +2

    I also tried it in my phone and it happened..
    Thanks bro

  • @oussamaabouhafs7756
    @oussamaabouhafs7756 3 місяці тому

    yeah it's working guys just don't forget to copy the body part span ...

  • @ÁnhNguyễn-p8i
    @ÁnhNguyễn-p8i Місяць тому +1

    So great

  • @aiideeskitchen7975
    @aiideeskitchen7975 3 місяці тому +1

    Good job. Keep it up

  • @SunilPal-in9en
    @SunilPal-in9en 9 місяців тому +1

    Super bhai ❤

  • @Riyansh-A8
    @Riyansh-A8 5 місяців тому +5

    The fact that you memorize every single function is incredible, I just use the internet to learn the syntax.

    • @rah.248
      @rah.248 3 місяці тому +1

      Dont worry, 90% of developers use google when coding

    • @Riyansh-A8
      @Riyansh-A8 3 місяці тому

      @@rah.248 ok lol.

  • @sarah_ferguson
    @sarah_ferguson 9 місяців тому +1

    This inspires me to get a thocky keyboard, learn how to code, and create coding ASMR (audio & visual)

  • @undrathiraviteja7514
    @undrathiraviteja7514 11 місяців тому +1

    Thank you ❤

  • @mahidmunna01
    @mahidmunna01 3 місяці тому +1

    Just Wow❤

  • @Mindspectrum
    @Mindspectrum 15 днів тому +1

    I was really good 10-15 years ago and now I could not understand half of the css code.. So many changes since the good old years of "background-color:.." :D

    • @learning-axis
      @learning-axis  14 днів тому +1

      Things have definitely evolved! CSS has come a long way with features like Flexbox, Grid, and animations. But the basics like `background-color` are still the same-just with more powerful tools now!

  • @TechBox2026
    @TechBox2026 3 місяці тому +1

    Fantastic

  • @aandresdev
    @aandresdev 11 місяців тому

    Very useful! Thank you so much!

  • @vanpersiejohntez2728
    @vanpersiejohntez2728 Рік тому +12

    tried and partially worked,,, good for a start

    • @learning-axis
      @learning-axis  Рік тому +4

      cool

    • @monikakanojia8350
      @monikakanojia8350 9 місяців тому

      I have tried too but nothing displayed except black background
      Can you plz help me?

    • @learning-axis
      @learning-axis  9 місяців тому

      @@monikakanojia8350 I think You have made mistakes in the code.

    • @rahulphilip4909
      @rahulphilip4909 8 місяців тому +1

      ​@@learning-axistransform: rotate (1turn) isn't working

  • @KhoriyohYusri
    @KhoriyohYusri 7 місяців тому

    Thank you sir this is awesome information news and learning today ❤

  • @emmanuelokunola6391
    @emmanuelokunola6391 3 місяці тому +1

    Wow that's awesome

  • @anthonyamanat674
    @anthonyamanat674 6 місяців тому

    Great work

  • @UnknownLegenD.123
    @UnknownLegenD.123 Рік тому +1

    Bhai maine kiya bohot beautiful tha thanks🙏🏻

  • @nishaanjum4901
    @nishaanjum4901 6 місяців тому

    Mind blowing sir!

  • @raushankumar-qp3rv
    @raushankumar-qp3rv 6 місяців тому

    You have good skills 😮

  • @CHAS-fw4qm
    @CHAS-fw4qm Місяць тому +1

    One day 🙏🏾

  • @HrythmRajSharma
    @HrythmRajSharma Рік тому +10

    Can u please make full tutorial vedio of html ,css,js ...😊

  • @SamsungA04e-dp7kj
    @SamsungA04e-dp7kj 8 місяців тому

    ALJABAR ABSTRAK
    Prof Dr Indah Emilia Wijayanti SSi MSi
    MATEMATIKA F-MIPA UGM

  • @OmarSayeed2010
    @OmarSayeed2010 Місяць тому +1

    Impressive

  • @webprogrammingtutorials-alo69
    @webprogrammingtutorials-alo69 Рік тому +1

    Excellent

  • @TwizzyyyFN
    @TwizzyyyFN 10 місяців тому +2

    i just changed my major from mechanical engineering to software engineering bc i want to do front end website development. seeing this honestly has me so scared and overwhelmed

    • @learning-axis
      @learning-axis  10 місяців тому

      cool you should start learning website development.

    • @TwizzyyyFN
      @TwizzyyyFN 10 місяців тому

      @@learning-axis i started learning html using codecademy earlier today. i got through all of the basic functions okay. i started to struggle a bit on table functions and that’s where i stopped for the day.

    • @saquibahmed5929
      @saquibahmed5929 5 місяців тому

      @TwizzyyyFN Hey, what’s you are learning now?

    • @TwizzyyyFN
      @TwizzyyyFN 5 місяців тому

      @@saquibahmed5929 i’m doing software engineering with a concentration in cyber security now

  • @yasirujayathilaka5963
    @yasirujayathilaka5963 2 дні тому

    Hey bro don't type basic html commands in html file in sublime text. Instead type html and press the Tab button . I think it will usefull 😊

  • @ITOKI80
    @ITOKI80 10 місяців тому +1

    Thanks

  • @_steve323
    @_steve323 Рік тому +1

    Hats of you bro ❤🎉

  • @MDSahilAliMolla
    @MDSahilAliMolla 2 місяці тому +1

    feel like ASMR video

  • @khalnayak_adi
    @khalnayak_adi 4 місяці тому +1

    ❤❤❤

  • @joserodriguesco
    @joserodriguesco 11 днів тому +1

    Eu consegui fazer. woowww top

  • @Yash_01580
    @Yash_01580 6 місяців тому

    This is so advance css coading language 😊😊🎉so amazing 😍🤩🤩

  • @bits_butterfly010
    @bits_butterfly010 Рік тому +2

    Nice 😮

  • @JafarTuychiyev-k7c
    @JafarTuychiyev-k7c 7 днів тому +1

    good

  • @MendhiXideas
    @MendhiXideas 2 місяці тому +1

    Aj again banaya ha ban gaya❤❤❤

  • @codeitbro
    @codeitbro 11 місяців тому +1

    Amazing!!

  • @olayadecharles2537
    @olayadecharles2537 2 місяці тому +1

    How does one get this good?😭😭

  • @PodNex
    @PodNex 6 місяців тому

    Just press ! And enter

  • @ROLEXGOD755
    @ROLEXGOD755 2 місяці тому +3

    After output me== tum kahna kya chahe te ho😂😅

  • @Irediranokunmakinde
    @Irediranokunmakinde 3 місяці тому +1

    Love it ❤

  • @osisejeremiah533
    @osisejeremiah533 Рік тому

    ❤❤❤❤❤❤❤❤❤ Good work.

  • @mdbappy7580
    @mdbappy7580 Місяць тому +1

    ভাইয়া ছোট একটা অনুরধ cyber security শেখার জন্য কোন কোন প্রোগ্রামিং ল্যাঙ্গুয়েজ শিখতে হবে।

    • @learning-axis
      @learning-axis  Місяць тому

      If you want to learn cyber security we offer paid course.

  • @makansari1425
    @makansari1425 10 місяців тому +1

    lovely

  • @el-op1vc
    @el-op1vc Місяць тому +1

    i have peaked and i understand most of this

    • @learning-axis
      @learning-axis  Місяць тому

      That's great to hear! If you have any specific questions or need further clarification on anything, feel free to ask.

  • @flourishjames04
    @flourishjames04 3 місяці тому +1

    I'm a beginner and I just fall in love with coding again 😂😂

  • @magnosantosoficial9378
    @magnosantosoficial9378 Рік тому +9

    Top demais show 🎉

  • @user-gq1bs1kn1l
    @user-gq1bs1kn1l 14 днів тому

    What is that sound please? I would like a 10 hour loop of it

  • @OMGPaneer
    @OMGPaneer Рік тому +1

    Awesome

  • @enter881
    @enter881 7 днів тому +1

    Thankyou this code is really working. I am the beginner, just copy the code and run it. But, please tell me why .loader is used?

    • @learning-axis
      @learning-axis  6 днів тому

      .loader is the class assigned to some element

    • @learning-axis
      @learning-axis  6 днів тому

      if you want to learn html visit
      ua-cam.com/video/8b-rgmbQTfk/v-deo.html

  • @cecilcottongin8452
    @cecilcottongin8452 11 місяців тому +1

    I’m new, just learning and I only thought I was just getting the hang of it 😅 back to the grind stone I go…

  • @checkingme
    @checkingme 2 місяці тому +1

    Woww

  • @learnbypreet
    @learnbypreet 8 місяців тому

    informative

  • @mehrannaderi3314
    @mehrannaderi3314 3 місяці тому +1

    I make like it , that is beautiful

  • @cabecadepedrabr
    @cabecadepedrabr Місяць тому +1

    Que som satisfatório. Som de água gotejando junto com o som do teclado.

  • @JosinSaji-y4q
    @JosinSaji-y4q 3 місяці тому +1

    Which text editor?

  • @amarsharma4096
    @amarsharma4096 8 місяців тому +1

    website coding ke liye kaun sa coding tool best hai

  • @ecommerce_rrj
    @ecommerce_rrj 4 місяці тому +1

    Which video editor you use sir? Please reply how to record the code like this and edit?

    • @learning-axis
      @learning-axis  4 місяці тому

      I use Active Presenter for editing my videos. To write the code, I use sublime text.

    • @ecommerce_rrj
      @ecommerce_rrj 4 місяці тому +1

      @@learning-axis can you make the video on how you record and edit your videos as well? Your editing is superb I had also tried but my quality degrade and it becomes blur

    • @learning-axis
      @learning-axis  4 місяці тому

      @@ecommerce_rrj I cannot make a video on this, but I can teach you personally. Feel free to ask any questions you have about recording and editing videos!

  • @AtharvaXD-v1y
    @AtharvaXD-v1y 3 місяці тому +3

    chatgpt be like:meri shaktiyon ka galat estmal ho raha hai😂

  • @OkorieAgnes-r8b
    @OkorieAgnes-r8b 3 місяці тому

    ❤wow super fan❤

  • @volcano_ff
    @volcano_ff 5 місяців тому

    Nice 😊

  • @no-brainer627
    @no-brainer627 5 місяців тому

    From this video i learnt that vscode is way better than sublime. Ofcourse hats off to your skills

  • @FrancisInigoSibolinao
    @FrancisInigoSibolinao 6 місяців тому

    Amazing!🎉

  • @madihaiftikhar3850
    @madihaiftikhar3850 2 місяці тому +1

    Add one more span and set nth child -5 -5

  • @lostinownworld-lily
    @lostinownworld-lily 5 місяців тому +1

    Fantastic bro
    i finally did at 4th time

  • @ShrayVasrhney
    @ShrayVasrhney Рік тому +28

    Bro I could not even write a line of this extreme level of coding

  • @Abdo_dima_real
    @Abdo_dima_real 6 місяців тому +1

    Perfect 🎉❤

  • @learnbypreet
    @learnbypreet 8 місяців тому

    love it!

  • @Shadowed_Queen
    @Shadowed_Queen 4 місяці тому +1

    Why are there em behind numbers? What do they do?

  • @devotiveak4387
    @devotiveak4387 Рік тому +24

    How can we enable auto typer in sublime please tell me

    • @vikibhai6
      @vikibhai6 11 місяців тому

      Please reply bro