Tables (feat Егор)

This commit is contained in:
shadowik 2023-05-20 05:20:48 +04:00
parent 277bc87ff7
commit 66d3fae262
2 changed files with 25 additions and 7 deletions

View File

@ -93,6 +93,15 @@
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
table.table tbody tr td,
table.table thead tr th,
table.table thead {
border-left: solid;
border-right: solid;
border-width: 4px;
border-color: #FFFFFF;
}
</style> </style>
</head> </head>
<body class="MyBody"> <body class="MyBody">

View File

@ -87,3 +87,12 @@ body {
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
table.table tbody tr td,
table.table thead tr th,
table.table thead {
border-left: solid;
border-right: solid;
border-width: 4px;
border-color: #ffc107
}