diff --git a/progressbarvisibility.css b/progressbarvisibility.css new file mode 100644 index 00000000..ca8f2d0d --- /dev/null +++ b/progressbarvisibility.css @@ -0,0 +1,15 @@ +#progressBarContainer { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 4px; + background: rgba(0,0,0,0.1); + } + #progressBar { + width: 0; + height: 4px; + background-color: #0366d6; + transition: width 0.25s ease-out; + } + \ No newline at end of file diff --git a/searchsuggestions.html b/searchsuggestions.html new file mode 100644 index 00000000..9b14a04d --- /dev/null +++ b/searchsuggestions.html @@ -0,0 +1,41 @@ + + + + + + diff --git a/toolsforsmallerscreen.css b/toolsforsmallerscreen.css new file mode 100644 index 00000000..2cb633ac --- /dev/null +++ b/toolsforsmallerscreen.css @@ -0,0 +1,6 @@ +@media (max-width: 768px) { + .tool-listing { + width: 100%; + margin: 0 auto; + } +}