File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 11< html >
2- < header >
2+
3+ < head >
34 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css "
45 integrity ="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A== "
56 crossorigin ="anonymous " referrerpolicy ="no-referrer " />
67 < link rel ="stylesheet " href ="styles/style.css ">
7- </ header >
8+ </ head >
89
910< body >
1011 < h1 > Useful Scripts</ h1 >
Original file line number Diff line number Diff line change @@ -37,10 +37,12 @@ div {
3737
3838html ,
3939body {
40- min-width : 350px ;
4140 background-color : # e6e6e6 ;
41+ min-width : 370px ;
42+ min-height : 600px ;
4243}
4344
45+
4446h1 ,
4547h3 {
4648 text-align : center;
@@ -97,7 +99,6 @@ a:hover {
9799
98100/* ---------- Tab button ---------- */
99101.tab {
100- overflow : hidden;
101102 background-color : # cccccc ;
102103 overflow : auto;
103104}
@@ -473,8 +474,8 @@ a:hover {
473474/* --------- scrollbar --------- */
474475/* width */
475476::-webkit-scrollbar {
476- width : 10 px ;
477- height : 10 px ;
477+ width : 7 px ;
478+ height : 7 px ;
478479}
479480
480481/* Track */
You can’t perform that action at this time.
0 commit comments