Center your h1
element by setting its text-align
property to the value center
.???
non ho capito dove devo aggiungere h1
element {
property:value;
}
Add the h1 selector between <style> </style>
tags.
- h1 is an element,
- ‘text-align’ is a property,
- ‘center’ is a value.