Added empty ASP.NET Bootstrap template

This commit is contained in:
2022-11-02 18:59:44 +01:00
commit 1254e32749
80 changed files with 74773 additions and 0 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;
}