How can use the same custom css code on multiple pages in wordpress right now i am using this custom css on this page id 1367 in wordpress and i would like to use these same css on this page id 1699 too
.page-id-1367 table, th, td {
border: 1px solid black !important;
}
do i need to add like this or any other method is available in wordpress
.page-id-1699 table, th, td {
border: 1px solid black !important;
}