Here is a demo of llm.css. You can go back to the home page when you're done viewing this page.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quam eaque molestias eos, nostrum perferendis aut minus, optio laudantium aliquam nesciunt pariatur laboriosam aperiam tempora placeat debitis! Quae eos dolor error?
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Animi vel, veritatis magni similique labore provident perspiciatis sequi consequuntur quisquam ratione? Accusamus vel quibusdam ea recusandae ut, assumenda dicta dolorum dolorem?
p {
color: red;
}
Use the anchor tag for links.
The strong tag is rendered as bold text.
The b tag is rendered as bold text.
This em tag is rendered as italicized text.
This i tag is rendered as italicized text.
Use the code tag for inline code.
Use the kbd tag for keyboard shortcuts, like Ctrl + ,.
Use the mark tag to highlight text.
Use the small tag for text is meant to be treated as fine print.
Use the del tag for deleted text.
Use the s tag for text that is no longer accurate.
Use the ins tag for text that is meant to be treated as an addition to the document.
Th u tag will render as underlined.
Use the sub tag for subscripts, like this: C8H10N4O2.
Use the sup tag for superscripts, like this: 5th.
Use the var tag for variables, like this: y = mx + b.
A blockquote represents a section that is quoted from another source. It can contain multiple paragraphs and is commonly used to highlight important quotes or extended text passages.
— Author Name
Details text
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Voluptatum nisi, aliquid deleniti delectus neque, rem iusto distinctio soluta saepe consequuntur aperiam praesentium voluptatem, illo optio quisquam iste culpa placeat a.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Esse, ut. Consequatur doloribus officia eum provident veniam, aut voluptas cupiditate possimus neque totam quod atque accusantium ipsum distinctio. Magni, voluptas temporibus?
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
This is uppercase.
This is lowercase.
This is capitalized.
This has no text transform.
This is italic.
This is not italic.This is bold.
This is not bold.