Computer Science, asked by faithann0416, 1 year ago

which snippet of CSS is commonly used to center a website horizontally

Answers

Answered by LitChori01
0

A CSS rule-set consists of a selector and a declaration block: The selector points to the HTML element you want to style. The declaration block contains one or more declarations separated by semicolons. Each declaration includes a CSS property name and a value, separated by a colon.

Similar questions