Premade responsive and modern CSS to create pages easily.
To get started, you can install the stylesheet via npm or importing it directly to your HTML (the head of the document) or the CSS (the top of the stylesheet using @import
).
npm install oddmorph
<link rel="stylesheet" href="https://cdn.oddmorph.com/main.css">
@import url("https://cdn.oddmorph.com/main.css");