Posts

Showing posts with the label free source code

Css source code for scrollbars

Css source code for scrollbars   <html>    <head>       <style type = "text/css">          .scroll {             display:block;             border: 1px solid red;             padding:5px;             margin-top:5px;             width:300px;             height:50px;             overflow:scroll;          }          .auto {             display:block;             border: 1px solid red;             padding:5px;             margin-top:5px;             width:300px;             height:5...

free source code for website

 free source code for website // html code for website  <html> <nav class="nav">   <a href="#s1" class="active">Intro</a>   <a href="#s2">Compatibility</a>   <a href="#s3">Usage</a>   <a href="#s4">Credits</a> </nav> <article id="s1">   <h1>Smooth Anchor Scrolling</h1>   <p>This <b>Smooth Anchor Scrolling</b> pen was written to reduce the bloat of your project and provide a simple and easy solution for projects using Jquery to apply smooth link scrolling throughout your application or website.</p>   <p>Example link to <span class="nav"><a href="#s3">Usage</a></span></p> </article> <article id="s2">   <h2>Compatibility 👍</h2>   <p>Due to leveraging Jquery, this CodePen works well on all Browsers, both Desktop and Mob...