-ms-grid-column-align property

This topic has not yet been rated - Rate this topic

Gets or sets a value that specifies the horizontal alignment of the object within the grid column.

This property is read/write.

CSS Grid Layout, Section 7

Syntax

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

Property values

One of the following horizontal alignments:

start

The object is left justified in a left-to-right layout or right justified in a right-to-left layout.

end

The object is right justified in a left-to-right layout or left justified in a right-to-left layout.

center

The object is centered within the column.

stretch

Initial value. The object is stretched to completely fill the width that is available in the column.

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-columns

 

 

Build date: 11/29/2012

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