Practice adding CSS to an HTML file using external CSS, internal CSS and inline CSS.
User Stories
-
As a user, I should see a
divelement with aredbackground,whitetext, a font-size of32px, center-aligned andbold. -
As a user, I expect the CSS of the
divelement to be added externally by using a type selector. -
As a user, I should see the
pelement with agreenbackground,whitetext, and a font-size of18px. -
The CSS of the
pelement should be added internally by using a type selector. -
As a user, I should see a
buttonelement with anorangebackground and font-size of18px. -
The CSS of the
buttonelement should have an inline style.
Uses HTML5 and CSS3.
Make sure all user stories have been met.
On GitHub Pages at the main branch.