dev
This commit is contained in:
38
ZpcBulletinBoard/wwwroot/css/pages/index.css
Normal file
38
ZpcBulletinBoard/wwwroot/css/pages/index.css
Normal file
@@ -0,0 +1,38 @@
|
||||
.div-page {
|
||||
float: left;
|
||||
text-align: center;
|
||||
width: 200px;
|
||||
height: 230px;
|
||||
border: 1px solid rgba(24, 28, 33, 0.06);
|
||||
border-radius: 0.25rem;
|
||||
margin-right: 5px;
|
||||
margin-top: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.div-page:hover {
|
||||
cursor: grab;
|
||||
/* background-color: rgba(24, 28, 33, 0.06); */
|
||||
border-color: blue;
|
||||
}
|
||||
|
||||
.page-active {
|
||||
background-color: rgba(128, 171, 226, 0.5);
|
||||
}
|
||||
|
||||
.div-page > h5 {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
|
||||
.div-page > i {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
|
||||
.img-thumbnail{
|
||||
height: 170px;
|
||||
width: 170px;
|
||||
margin-left: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
Reference in New Issue
Block a user