[Modified/Added] Practice Exam Added

This commit is contained in:
kananinirav
2022-12-05 00:29:41 +09:00
parent 2216c92307
commit 1cb0241e87
5 changed files with 789 additions and 1 deletions

View File

@@ -87,4 +87,12 @@
left: 0;
z-index: 99998;
}
details summary {
cursor: pointer;
background: #159957b5;
color: white;
border-radius: 1rem;
padding-left: 1rem;
margin-bottom: 1rem;
}
</style>