html icon indicating copy to clipboard operation
html copied to clipboard

Laravel package designed to generate common HTML components

Results 12 html issues
Sort by recently updated
recently updated
newest added

Private Links — Personal Vault :root{ --bg:#0f1724; --card:#111827; --accent:#60a5fa; --muted:#94a3b8; --glass: rgba(255,255,255,0.03); font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; } html,body{height:100%; margin:0; background:linear-gradient(180deg,#071126 0%,#081028 100%); color:#e6eef8} .wrap{min-height:100%;...