1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-08 06:46:29 +02:00

Demo pages

This commit is contained in:
Angelos Chalaris
2016-11-11 14:26:12 +02:00
parent 5dcfabb7f3
commit 3e634dc6c0
2 changed files with 3 additions and 2 deletions

View File

@@ -423,4 +423,5 @@
- Created `template.html` as an empty template for pages for the framework's demo pages.
- Created new `index.html` as introduction page. Bare minimum content added.
- Added some custom styling for the cards in `index`.
- Changed the `border-radius` of `card`s to `0`.
- Changed the `border-radius` of `card`s to `0`.
- Deployed new live demo page.

View File

@@ -2,7 +2,7 @@
<html>
<head>
<!-- Live demo styled as of 20161111 -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/f429b1037c42505081454ef8aff2409fffb62e74/dist/mini-default.min.css">
<link rel="stylesheet" href="https://cdn.rawgit.com/Chalarangelo/mini.css/5dcfabb7f3bdb01834414c27d2cca637e481c3b8/dist/mini-default.min.css">
<!-- Local stylesheet -->
<!-- <link rel="stylesheet" href="../../dist/mini-default.min.css"> -->
<title>mini.css - A minimal Sass-y responsive mobile-first style-agnostic CSS framework</title>