Added .NET core SQL tester

This commit is contained in:
2022-01-27 18:20:28 +01:00
parent b1c1526363
commit 4562012db9
78 changed files with 74456 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}