plugins/sdvx@asphyxia/webui/asset/css/course.css
dannylin0711 27116545a4 6.1.0
2023-08-25 04:48:00 +08:00

42 lines
606 B
CSS

@font-face {
font-family: testfont;
src: url("font/0001.ttf");
}
@font-face {
font-family: ffff;
src: url("font/0002.ttf");
}
@font-face {
font-family: course;
src: url("font/0004.woff");
}
table.is-borderless td {
border: 0px solid #00000000
}
table.is-center td {
text-align: center;
justify-content: center;
}
.pp{
display: flex;
}
hr{
width: 70%;
}
/* .course-content {
padding: 0 30%;
} */
/* @media screen and (min-width: 1000px) {
.card.is-inlineblocked {
display: inline-block;
width: 45%;
margin: 1em 2%
}
} */