Update: version 1

This commit is contained in:
2025-12-11 17:00:53 -06:00
parent 594539b531
commit b42d53e844
109 changed files with 2242 additions and 1365 deletions
+7 -3
View File
@@ -51,9 +51,9 @@ body > footer .coursenav-btn-navigation:disabled {
}
body > main {
grid-area: main;
overflow-y: auto;
min-height: 0;
position: relative;
overflow: auto;
}
header {
@@ -271,6 +271,7 @@ h4,
overflow-x: hidden;
width: 100%;
box-sizing: border-box;
background-color: #fff;
}
.page-sco .container,
.page-sco .container-fluid,
@@ -358,13 +359,11 @@ h4,
background: #dd3352;
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
border-radius: 20px;
border: solid 4px #86d3ff;
}
.btn-begin:hover {
background: #dd3352;
background: linear-gradient(to left, #dd3352 0%, #fe8a29 100%);
border: solid 4px #86d3ff;
}
.animate__animated.animate__pulse {
@@ -747,6 +746,11 @@ ul.bul0 {
list-style-image: url(../img/bul0.png);
}
ul.bul1 {
list-style-type: none;
list-style-image: url(../img/bul1.png);
}
.btn-next-section {
cursor: pointer;
}