User:T12/fixnav.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(++)
 
m (Abhidevananda moved page User:Tito Dutta/fixnav.css to User:T12/fixnav.css: Automatically moved page while renaming the user "Tito Dutta" to "T12")
 
(No difference)

Latest revision as of 11:37, 6 November 2022

/* 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;
}