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:
@@ -249,6 +249,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
@import url(./fonts.css);
|
||||
@import url(./Logo/write-log.css);
|
||||
|
||||
html {
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: "Arial", sans-serif;
|
||||
height: 100%;
|
||||
@@ -12,6 +18,12 @@ body {
|
||||
color: #333;
|
||||
background-color: #f9f9f9;
|
||||
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 {
|
||||
@@ -142,8 +154,8 @@ header {
|
||||
|
||||
.schedule {
|
||||
background-color: #e8f5e9;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.week {
|
||||
|
||||
Reference in New Issue
Block a user