starting assig6

This commit is contained in:
Chris
2026-04-07 20:35:01 +02:00
parent ea774e173d
commit a0e60d2a4d
106 changed files with 78271 additions and 0 deletions

18
Ass6/wwwroot/css/site.css Normal file
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;
}