Git Product home page Git Product logo

xpets-group-proj's Introduction

Color Pallete:

#CE0000 # This is Red :)

#000063 # This is Dark Blue :)

#5A79A5 # This is Between Dark and Light Blue :)

#9CAAC6 # This is Grayish Blue :)

#DEE7EF # This is Whitish Blue :)


Please Add This at the Top of Your HTML Code In Each Page if it Already Isn't:

<div class="nav-bar">
		<h2 id="left-NB">Home</h2>
		<h2 id="center-NB">Login/Sign Up</h2>
		<h2 id="right-NB"><hr id="top-hr"><hr id="center-hr"><hr id="bot-hr"></h2>
	</div>
		<div class="drop-down-bar">
			<div id="1st-ddb">Categories</div><hr>
			<div id="2nd-ddb">Most Popular Animal</div><hr>
			<div id="3rd-ddb">Contact Us</div><hr>
			<div id="4th-ddb">About</div>
		</div>

ALSO Put These In the Head:
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
	<link rel="stylesheet" type="text/css" href="TestCss.css">

And these put them in the bottom of the body:
	<!-- jQuery library -->
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

	<!-- jQuery UI -->
	<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.min.js" integrity="sha256-VazP97ZCwtekAsvgPBSUwPFKdrwD3unUfSGVYrahUqU=" crossorigin="anonymous"></script>

	<!-- Latest compiled JavaScript -->
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>

	<!-- Js Link -->
	<script src="TestJs.js"></script>

put this in your CSS:
	body {
    font-family: "DejaVu Sans Light";
}
It's a really nice font and fits well ;-)

xpets-group-proj's People

Contributors

ranif20-meet avatar ranifarhat avatar roni20-meet avatar salam20-meet avatar yuvalw20-meet avatar

Watchers

 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.