The contents of are by default center justified - Is there a way to display the contents from the left top within the slide?
Basically - I am trying to display fields as below
Name:
Age :
Address :
etc.
The contents of are by default center justified - Is there a way to display the contents from the left top within the slide?
Basically - I am trying to display fields as below
Name:
Age :
Address :
etc.
I’m trying that one too…
for now I’ve done this:
.pagemainclass {
.slide-zoom {
position: absolute;
top: 0;
left: 0;
}
}
.slide-zoom {
height: 100%;
}
It will move the content to the top.