Comment faire un pixel dans CSS

pixel {
  height: 1px;
  width: 1px;
  background-color: white;
}
/*Change the Height and width to make more/less pixels
Insert_Name_Here