JAVA竖向导航栏,css实现竖向导航栏的方法
一、竖向导航
ul{
list-style-type:none;
margin:0;
padding:0;
}
a{
display:block;
color:white;
width:80px;
text-align:center;
padding:4px;
text-decoration:none;
}
a:hover,a:active{
}
首页
学习中心
考试中心
考试动态
运行结果:
![]()
posted @
2023-05-10 19:14
一直队
阅读(
10)
评论()
收藏
举报