Learn Basic CSS by Building a Cafe Menu - Step 11

element { property:value; }

Center your h1 element by setting its text-align property to the value center .???
non ho capito dove devo aggiungere h1

Add the h1 selector between <style> </style> tags.

image

  • h1 is an element,
  • ‘text-align’ is a property,
  • ‘center’ is a value.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.