git --version

git version 2.30.2.windows.1

git config --global user.name "w3schools-test"

git config --global user.email "test@w3schools.com"


git init

 

 

Example

git --version
git version 2.30.2.windows.1

 

 

 

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

{
  font-family: verdana;
  font-size: 20px;
}

CSS Padding

 

CSS Example

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}
{
  font-family: verdana;
  font-size: 20px;
}

CSS Example

body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

{
  font-family: verdana;
  font-size: 20px;
}

 

 

The following values are allowed:

  • dotted - Defines a dotted border
  • dashed - Defines a dashed border
  • solid - Defines a solid border
  • double - Defines a double border
  • groove - Defines a 3D grooved border. The effect depends on the border-color value
  • ridge - Defines a 3D ridged border. The effect depends on the border-color value
  • inset - Defines a 3D inset border. The effect depends on the border-color value
  • outset - Defines a 3D outset border. The effect depends on the border-color value
  • none - Defines no border
  • hidden - Defines a hidden border
  • Result:
  • A dotted border.
  • A dashed border.
  • A solid border.
  • A double border.
  • A groove border. The effect depends on the border-color value.
  • A ridge border. The effect depends on the border-color value.
  • An inset border. The effect depends on the border-color value.
  • An outset border. The effect depends on the border-color value.
  • No border.
  • A hidden border.
  • A mixed border.

Collapse Table Borders

The border-collapse property sets whether the table borders should be collapsed into a single border: