reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
23 lines (22 loc) • 428 B
CSS
.curved-loop-jacket {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.curved-loop-svg {
user-select: none;
width: 100%;
aspect-ratio: 100 / 12;
overflow: visible;
display: block;
font-size: 6rem;
fill: #ffffff;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
font-weight: 700;
text-transform: uppercase;
line-height: 1;
}