Skip to main content
Get Started

FCDO Frontend CSS

FCDO Frontend CSS

To use the CSS from FCDO Frontend include the compiled CSS file directly in your HTML:

<link rel="stylesheet" href="/assets/css/govuk-frontend-5.13.0.min.css">
<link rel="stylesheet" href="/assets/css/fcdo-frontend.css">

Use components

Once installed, add components into your HTML. For example:

<button class="fcdo-button">Start now</button>