Blocks and responsive stuff

Hi! I would like to know 1- What is a block and how to go about creating one ? 2- How will I get headings or buttons to be responsive (shrinking depending on the size of the screen) detailed help would be appreciated ..

Thanks a lot

Hi Anx

1) - I am not sure if we can create “blocks” as such but you can create your components using DIVs

2) I use Media queries in my css to control and change font sizes used for headings on each of different break points but this depends on each design as is not always needed.

Hope this helps