UNPKG

coal-ui

Version:
46 lines (39 loc) 1.36 kB
<!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"> <meta name="language" content="EN"> <link rel="stylesheet" type="text/css" href="coal.css"> <title>coal-ui</title> <style> .coal-image { max-height: 240px; max-width: 320px; } </style> </head> <body class="p-any-5"> <div class="row with-gutters"> <div class="col-any-12 col-md-6 mb-any-7 mb-md-0 text-right"> <h1 class="very-huge"> <a href="https://github.com/MicroDroid/coal-ui" class="no-decoration white">coal-ui</a> </h1> <h1 class="normal grey">one more pointless css framework</h1> <a href="https://github.com/MicroDroid/coal-ui" class="d-any-block mt-any-3 no-decoration very-light">See repo.</a> </div> <div class="col-any-12 col-md-6"> <img class="sane-image coal-image" src="coal.svg" alt="coal"> <h2 class="normal mt-md-3"> There is probably no reason why anyone would use this, anything like Bootstrap destroys any purpose why would one use this. </h2> <h2 class="normal mt-any-3"> But it was fun to create this in like only 2 hours. </h2> </div> </div> <hr class="my-any-5"> hmm, I need to put something here. </body> </html>