Skip to content

A complete reference for all html elements with css for them.

License

Notifications You must be signed in to change notification settings

hdhupar/Webster

 
 

Repository files navigation

Webster

A complete reference for all html elements with css for them.

Synopsis

Webster is your personal collection of every html element, with various css styles for it. These pieces of codes would be very helpful while making any website, editing a template,developing your own website from scratch or any other frontend related work on your website, these can be directly used by you or anyone else in your code.

Motivation

The code snippets from here can be directly used by anyone.
Especially for beginners, it will be a very good way to learn contributing in a community.
Contributing here is easy, you just need to have basics of HTML and CSS and you are ready to go!!!!!!

Contribution guidelines

It is simple. Just make something like sample1 directory in forms. Refer following points

  1. Browse the element you want to add in html elements.
  2. If your element already exists(like forms) then create new directory in that repo with sample1, sample2 ,... else make a new repo with name of the element such as img, header, navbar, footer etc. and create a new directory with sample1 name in it.
  3. Now add your files in it.
  4. Enter your content in following format in the file:
<!DOCTYPE html>  
<html>  
	<head>  
		<title> TEST </title>  
		//if using external style sheet then use following:  
		//<link rel="stylesheet" type="text/css" href="https://abc.com/style/sample.css">  
		<style>  
    			//enter your css here   
		</style>  
	</head>  
	<body>  
    		//enter your html snippet here   
	</body>  
</html>  
  1. Now add a screenshot of your html page in browser.
  2. Now create a pull request and it's done!!!

License

MIT License - A short and simple permissive license.

About

A complete reference for all html elements with css for them.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.9%
  • CSS 31.8%
  • JavaScript 1.3%