User:T12/fixnav.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(++)
(No difference)

Revision as of 16:43, 13 March 2014

/* For demonstrating the fixing of the navigation bar to the top. */
#p-personal {
	position: fixed;
	background-color: white;
	padding: 5px;
	border: 1px solid #a7d7f9;
	border-top: 0;
	top: 0px;
}