8000 sql-tutorial add · rankdeveloper/funcode@d56cea0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d56cea0

Browse files
committed
sql-tutorial add
1 parent 4da1e4c commit d56cea0

File tree

8 files changed

+2918
-593
lines changed

8 files changed

+2918
-593
lines changed

css/index.html

Lines changed: 66 additions & 97 deletions
Large diffs are not rendered by default.

css/style.css

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,27 @@ p {
2424
height: 20%;
2525
position: fixed;
2626
background-color: #36B393;
27-
padding: 20px;
27+
/* padding: 20px; */
2828
text-align: center;
2929
overflow: scroll;
3030
}
3131

32+
#navbar::-webkit-scrollbar {
33< 8000 /td>+
width: 8px;
34+
height: 8px;
35+
}
36+
37+
#navbar::-webkit-scrollbar-track {
38+
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
39+
border-radius: 10px;
40+
}
41+
42+
#navbar::-webkit-scrollbar-thumb {
43+
border-radius: 10px;
44+
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0);
45+
}
46+
47+
3248
#navbar header {
3349
color: #000;
3450
font-size: 35px;
@@ -57,15 +73,15 @@ background-color: red; */
5773
color: #36B393;
5874
}
5975

60-
a.active,
76+
/* a.active,
6177
a:hover {
6278
color: red;
6379
border-bottom: 2p solid red;
6480
}
6581
6682
.active {
6783
background-color: red;
68-
}
84+
} */
6985

7086
/*================= Main Content ==================*/
7187
.content {
@@ -118,6 +134,7 @@ h1 {
118134
overflow: hidden;
119135
padding: 10px;
120136
margin-bottom: 2rem;
137+
121138
}
122139

123140
.buttons {
@@ -164,8 +181,8 @@ section .title {
164181
margin-bottom: 2rem;
165182
}
166183

167-
body::-webkit-scrollbar {
168-
width: 1em;
184+
/* body::-webkit-scrollbar {
185+
width: .5rem;
169186
height: 1rem;
170187
}
171188
@@ -177,7 +194,7 @@ body::-webkit-scrollbar-thumb {
177194
background-color: #36B393;
178195
outline: 1px solid #36B393;
179196
height: 5px;
180-
}
197+
} */
181198

182199
/* footer css */
183200

@@ -288,7 +305,8 @@ body::-webkit-scrollbar-thumb {
288305
width: 100%;
289306
margin: 0;
290307
min-height: 100px;
291-
background-color: #36B393;
308+
/* background-color: #36B393; */
309+
background-color: red;
292310
}
293311

294312
#navbar header,
@@ -325,6 +343,7 @@ body::-webkit-scrollbar-thumb {
325343

326344
@media screen and (max-width:480px) {
327345
.content {
346+
margin:0;
328347
margin-top: 10rem;
329348
}
330349

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<li><a href="./html/index.html" target="_blank">HTML</a></li>
4646
<li><a href="./css/index.html" target="_blank">CSS</a></li>
4747 67E6
<li><a href="./js/index.html" target="_blank">JavaScript</a></li>
48-
48+
<li><a href="./sql_tutorial/index.html" target="_blank">SQL</a></li>
4949
</ul>
5050
</nav>
5151

@@ -60,6 +60,7 @@
6060
<li><a href="./html/index.html">HTML</a></li>
6161
<li><a href="./css/index.html">CSS</a></li>
6262
<li><a href="./js/index.html">JavaScript</a></li>
63+
<li><a href="./sql_tutorial/index.html">SQL</a></li>
6364

6465
</ul>
6566

0 commit comments

Comments
 (0)
0