I'm currently developing my resume at the moment, how can I setup all texts in Typst like in the image down below?

I found the official documentation of alignment but nothing was mentioned, wondering if I can set the text like in the image?
I'm currently developing my resume at the moment, how can I setup all texts in Typst like in the image down below?

I found the official documentation of alignment but nothing was mentioned, wondering if I can set the text like in the image?
You can either use a
gridor atable, but in this case atablemakes formatting a little easier. I'm also using thetablexpackage because it allows you to format each table cell based on its x/y position, which helps avoid styling each item individually.Specifically,
set align(right)in theformat-titlesfunction right-aligns the left column and thegutters of the table indicate the spacing.