-ms-grid-row-align property

This topic has not yet been rated - Rate this topic

Gets or sets a value that specifies the vertical alignment of the object within the grid row.

This property is read/write.

CSS Grid Layout, Section 7

Syntax

-ms-grid-row-align: start | end | center | stretch

Property values

One of the following vertical alignments:

start

The object is placed at the top of the row.

end

The object is placed at the bottom of the row.

center

The object is centered within the row.

stretch

Initial value. The object is stretched to completely fill the height that is available in the row.

CSS information

Applies Togrid item elements
Mediavisual paged
Inheritedno
Initial Valuestretch

Standards information

See also

CSSStyleDeclaration
currentStyle
style
a
abbr
b
bdo
br
cite
code
em
i
img
input
kbd
label
q
samp
select
small
span
strong
sub
sup
textArea
var
address
blockQuote
div
dl
fieldSet
form
ol
p
pre
table
ul
dd
dt
li
tBody
td
tFoot
th
tHead
tr
button
del
ins
map
object
script
-ms-grid-rows

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.