modified: begushiybashkir/src/index.html

modified:   begushiybashkir/src/style/style.css
fix bag width into schedule, add box-shadow for body
This commit is contained in:
valitovgaziz
2025-09-09 14:31:12 +05:00
parent b16629afea
commit 97e0099430
2 changed files with 15 additions and 2 deletions
+1
View File
@@ -249,6 +249,7 @@
</ul> </ul>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
+14 -2
View File
@@ -4,6 +4,12 @@
@import url(./fonts.css); @import url(./fonts.css);
@import url(./Logo/write-log.css); @import url(./Logo/write-log.css);
html {
font-size: 1em;
width: 100%;
height: 100%;
}
body { body {
font-family: "Arial", sans-serif; font-family: "Arial", sans-serif;
height: 100%; height: 100%;
@@ -12,6 +18,12 @@ body {
color: #333; color: #333;
background-color: #f9f9f9; background-color: #f9f9f9;
min-width: 500px; min-width: 500px;
max-width: 1200px;
margin: 0 auto;
padding: 0;
-webkit-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 14px 0px rgba(34, 60, 80, 0.2);
} }
header { header {
@@ -142,8 +154,8 @@ header {
.schedule { .schedule {
background-color: #e8f5e9; background-color: #e8f5e9;
width: 100%; width: fit-content;
height: 100%; height: fit-content;
} }
.week { .week {