home html css javascript creation generator web button navbar images how Contact login Pages

css background color properties tutorial

  • Web html5, css3, javascript, php, sql, jquery, xml, ajax, web design & development, photo maker, SEO.
  • Online web design, along with everything you need for a complete website.
  • css background properties tutorial, like background-color, background-image, background-position, background-repeat, background-attachment, background-size, background-origin, background-clip.
  • CSS background-color property set background color. put your own color.
       

body background color green

the background color is green, that there is meaning body background color green.

body{background-color:green;}

  demo
background color green

body background color hex green

You can use hexadecimal color codes.

body{background-color:#008000;}

  demo
background color hex green

body background color default namely transparent

By default, the background color is transparent, meaning that there is no background color.

body{background-color:transparent;}

  demo
background color transparent

body background rgb() color codes

the background color is rgb() without opacity.

body{background-color: rgb(220, 20, 60);}

  demo
background color rgb()

body background rgba() color codes

the background color is rgba() with opacity.

body{background-color: rgba(220, 20, 60, 0.4);}

  demo
background color rgba()

body background gradient color codes

the background color is gradient code.

body{background: linear-gradient(107deg, rgb(255, 67, 5) 11.1%, rgb(245, 135, 0) 95.3%);}

  demo
background color gradient

body background hsl color codes

the background color is hsl code without opacity.

body{background-color:hsl(239, 100%, 50%);}

  demo
background color hsl

body background hsla color codes

the background color is hsla code with opacity.

body{background-color:hsla(239, 100%, 50%, 0.4);}

  demo
background color hsla

background color properties

All demos are given with the code body but you can change it, for example:

body {background-color:green;} div {background-color:green;} p {background-color:green;} span {background-color:green;} pre {background-color:green;} code {background-color:green;} textarea {background-color:green;} input {background-color:green;} .class {background-color:green;} namely: class="class" #class {background-color:green;} namely: id="class"



All Basic HTML5

HTML is the main markup language for web pages, and its elements are the basic building blocks of web pages. HTML is written in the form of HTML elements consisting of tags enclosed in "greater than" and "less than" symbols within the content of the web page.


All Basic CSS3

CSS (Cascading Style Sheets) is a computer language that belongs to the category of style sheet languages used to control the appearance of a document written in a markup language.It is used to control the appearance of a document written in HTML and XHTML, that is, to control the appearance of a web page and a website in general.


js JAVASCRIPT

Javascript is a set of computer software and specifications developed by James Gosling at Sun Microsystems, later acquired by Oracle Corporation, which provides a system for developing application software and its development in a multi-platform computing environment.


CREATIONS

In this chapter I call creation I will present you creations html, css and javascript that are very useful and creative in a web site. You can get them ready-made with Netbax creations or create them yourself as you wish with the help provided by the Netbax editor.


NAVIGATION Bar

having easy-to-use horizontal & vertical menu is important for any web site. with css you can transform boring html menus into good-looking horizontal & vertical bars. horizontal & vertical menu is such an important part of your website. it’s how your visitors navigate to the main areas of your site and makes it easy for them to find.


WEB BUTTONS

Collection of hand-picked free HTML and CSS button code examples.In this article, we'll see some really cool looking responsive buttons using only a few lines of CSS.You are free to copy, modify and use this code as you wish.All the buttons shown here can scale accordingly to the font-size attribute, and should work in any relatively recent browser.

Netbax Contact Us