css place items code example

Example 1: placeholder css

::-webkit-input-placeholder {color: pink;} /* Chrome/Opera/Safari */
::-moz-placeholder { color: pink;} /* Firefox 19+ */
:-ms-input-placeholder { color: pink;} /* IE 10+ */
:-moz-placeholder {color: pink;}  /* Firefox 18- */

Example 2: place-items css property

This property is a shorthand for the following CSS properties:
1-align-items
2-justify-items

Possible values => start|flex-start|self-start|end|flex-end|self-end|
right|left|center|space-around|space-between|space-evenly|baseline|stretch

Tags:

Html Example