Learn CSS pagination in 8 minutes! 🕮

Поделиться
HTML-код
  • Опубликовано: 20 сен 2023
  • #CSS #tutorial #course
    CSS HTML pagination tutorial example explained

Комментарии • 14

  • @BroCodez
    @BroCodez  Год назад +10

    Bro Code

    This is page #1
    Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut, iste eaque. Quia accusantium ab dolore labore nobis laudantium quis nisi fuga omnis minima vitae natus amet qui, corporis expedita doloremque.




    /* style.css */
    .pagination{
    text-align: center;
    }
    .pagination a{
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
    }
    .pagination a.active{
    background-color: hsl(120, 100%, 70%);
    font-weight: bold;
    border-radius: 5px;
    }
    .pagination a:hover:not(.active){
    background-color: hsl(0, 0%, 77%);
    border-radius: 5px;
    }

    • @monarca2846
      @monarca2846 6 месяцев назад

      Tks twice! For the great class and to post it here!!!

  • @khalidelgazzar
    @khalidelgazzar Месяц назад +1

    Great tutorial. Short & sweet

  • @zangl2955
    @zangl2955 4 месяца назад +4

    U rock. Pls never become one of those losers who uploads shorts entitled “3 things webdevs should STOP doing”

  • @arshiaSESH59
    @arshiaSESH59 11 месяцев назад

    Great explanation

  • @suyashman7964
    @suyashman7964 9 месяцев назад

    Epic bro

  • @salemmajed916
    @salemmajed916 5 месяцев назад

    Thanks 👏

  • @ShiTachibana_
    @ShiTachibana_ 7 месяцев назад

    Thank you bro!!

  • @leduy7012
    @leduy7012 Месяц назад

    What if i got more pages, like hundred or so. What should i do?

  • @hasirahmed3864
    @hasirahmed3864 4 месяца назад

    thank you

  • @animecrazyluv
    @animecrazyluv 2 месяца назад

    How can I limit how many page numbers I want shown in the pagination? I have over 600 pages

  • @user-wz9fo1eg1q
    @user-wz9fo1eg1q Год назад

    tuyệt vời mong bạn rep :))

  • @joshisaisupreet9630
    @joshisaisupreet9630 9 месяцев назад +1

    I thought to use hyper links but you know😅😅😅