Posts

Showing posts from September, 2024
  <! DOCTYPE html > < html lang = "en" > < head >     < meta charset = "UTF-8" >     < meta name = "viewport" content = "width=device-width, initial-scale=1.0" >     < title >Pagination</ title >     < link rel = "stylesheet" href = "index.css" >     < style >     * {     padding: 0 px ;     margin: 0 px ; } body {     width: 100 % ;     height: 100 vh ;     background: #943ec0 ;     display: flex ;     align-items: center ;     justify-content: center ; } .box {     background-color: #fff ;     padding: 10 px ;     border-radius: 100 px ;     box-shadow: 0 px 10 px 30 px -15 px #000 ;     display: flex ;     align-items: center ; } .box ul {     display: flex ;     margin: 0 px 10 px ; } .box ul li {     list-style: none ;     margin: 0 px 5 px ;     width: 40 px ;     height: 40 px ;     line-height: 40 px ;     border-radius: 100 px ;     text-align: cent