A minimalist CSS framework for technical content and blogs.
This is a standard paragraph with some bold text, italic text, and a link. The framework provides clean, readable typography optimized for technical content and articles.
Claude CSS uses system fonts for optimal performance and familiarity. The line height and spacing are carefully tuned for readability on screens of various sizes.
This is small text, useful for captions or footnotes.
This paragraph includes highlighted text and an abbr element.
Inline code looks like const greeting = "Hello, world!";
// This is a code block
function factorial(n) {
if (n <= 1) return 1;
return n * factorial(n - 1);
}
const result = factorial(5); // 120
The best way to predict the future is to invent it.
— Alan Kay
Name | Type | Description |
---|---|---|
font-family | CSS variable | Sets the primary font family for body text |
color-accent | CSS variable | Primary accent color used for links and highlights |
spacing | CSS variable | Base spacing unit (1rem) for consistent layout |
max-width | CSS variable | Maximum content width for optimal reading |
Claude CSS includes a responsive 12-column grid system. Below are some examples:
This is collapsible content that can be toggled by clicking the summary element. It's useful for FAQs or additional information that doesn't need to be visible initially.