Forums.Likebd.Com

Full Version: CSS white-space Property
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is advance css white space
Demonstrate different values of the white-space property:
p.a {
white-space: nowrap;
}
p.b {
white-space: normal;
}
p.c {
white-space: pre;
}

# Nowrap will make single line all text.
# re will make get different space.