Skip to content
Browse files

Add a logo

1 parent 27c92ca commit b24ea8fceea2731d2f0239af337c10bb482809de @1000ch committed
Showing with 6 additions and 2 deletions.
  1. +5 −1 index.html
  2. BIN logo.png
  3. +1 −1 readme.markdown
View
6 index.html
@@ -11,6 +11,10 @@
html {
font-family: "Roboto", sans-serif;
}
+ h1 > img {
+ width: 100%;
+ max-width: 480px;
+ }
code {
color: #333;
background: #f8f8f8;
@@ -33,7 +37,7 @@
</head>
<body>
<div class="container">
- <h1>Grd</h1>
+ <h1><img src="logo.png" alt="Grd"></h1>
<p>A CSS grid framework using Flexbox.</p>
<ul>
<li><strong>Simple</strong>: Provides just 2 base classes <code>Grid</code> and <code>Cell</code> and some modifiers.</li>
View
BIN logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View
2 readme.markdown
@@ -1,4 +1,4 @@
-# Grd
+![Grd](logo.png)
A CSS grid framework using Flexbox.

0 comments on commit b24ea8f

Please sign in to comment.
Something went wrong with that request. Please try again.