如何使用html和css,如何使用HTML和CSS进行分页?

How to make a Pagination

using HTML and CSS ?

GeeksforGeeks

A Computer Science Portal for Geeks

Interview Experiences:

Share Your Questions/Experience or share

your "Interview Experience", please mail

your interview experience to

contribute@geeksforgeeks.org. Also, to

share interview questions, please add

questions at Contribute a Question! You

can also find company specific Interview

Questions at our PRACTICE portal !

设计结构:在上一节中,我们创建了将要使用CSS的基本网站的结构。

CSS代码看起来不错的结构:

/* header styling */

h1 {

color: green;

}

/* pagination position styling */

.pagination_section {

position: absolute;

top: 500px;

right: 230px;

}

/* pagination styling */

.pagination_section a {

color: black;

padding: 10px 18px;

text-decoration: none;

}

/* pagination hover effect on non-active */

.pagination_section a:hover:not(.active) {

background-color: #031F3B;

color: white;

}

/* pagination hover effect on active*/

a:nth-child(5) {

background-color: green;

color: white;

}

a:nth-child(1) {

font-weight: bold;

}

a:nth-child(7) {

font-weight: bold;

}

.content {

margin: 50px;

padding: 15px;

width: 800px;

height: 200px;

border: 2px solid black;

}

组合HTML和CSS代码:这是以上两个部分的组合的最终代码。

How to make a Pagination

using HTML and CSS ?

/* header styling */

h1 {

color: green;

}

/* pagination position styling */

.pagination_section {

position: absolute;

top: 500px;

right: 230px;

}

/* pagination styling */

.pagination_section a {

color: black;

padding: 10px 18px;

text-decoration: none;

}

/* pagination hover effect on non-active */

.pagination_section a:hover:not(.active) {

background-color: #031F3B;

color: white;

}

/* pagination hover effect on active*/

a:nth-child(5) {

background-color: green;

color: white;

}

a:nth-child(1) {

font-weight: bold;

}

a:nth-child(7) {

font-weight: bold;

}

.content {

margin: 50px;

padding: 15px;

width: 700px;

height: 200px;

border: 2px solid black;

}

GeeksforGeeks

A Computer Science Portal for Geeks

Interview Experiences:

Share Your Questions/Experience or share

your "Interview Experience", please mail

your interview experience to

contribute@geeksforgeeks.org. Also, to

share interview questions, please add

questions at Contribute a Question! You

can also find company specific Interview

Questions at our PRACTICE portal !

来源:https://www.cnblogs.com/xiewangfei123/p/12842344.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值