Giter VIP home page Giter VIP logo

cc-navbar's Introduction

cc-navbar

cc-navbar is a Navigation Bar bootstrapping option for modern websites. By following these simple steps you can manage cc-navbar to create a great-looking navigation bar for your website.

#INSTALLATION

  1. Download and paste 'cc-navbar.css' into a folder inside your web project known as css/
  2. Add this code to your head tag in your html file / files.
<link rel="stylesheet" href="css/cc-navbar.css"/>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=0.7, maximum-scale=1.0, user-scalable=no" />
  1. Add this code to the top of your body tag (where a nav should be)
<nav class="nav">
	<div class="container">
		<div class="nav-content">
			<a href="http://www.google.com">Ninponix</a>
			
			<div class="nav-links">
				<!--here add the links, they must be <a> tags-->
				<a href="#">Home</a>
				<a href="#">Downloads</a>
				<a href="#">About Us</a>
				<a href="#">Contact Us</a>
			</div>
		</div>
	</div>
</nav>
  1. Add all of your content inside a div with the class of container-body (refer to the example.html)
<div class="container-body">
</div>

#MODIFICATIONS FOR YOUR PROJECT

  • Change the padding in .container class, and .container-body class in the css to fit your html content.
  • Change the media querie's max-width property to fit your project mobile max-width size.
  • Change the default color scheme (0,150,255 and 0,120,225) to your project's color schemes.

cc-navbar's People

Contributors

chamuth avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.