final touches
This commit is contained in:
parent
332d6e9ffc
commit
c8d538fe4d
4 changed files with 10 additions and 6 deletions
BIN
example-2.jpg
Normal file
BIN
example-2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.6 KiB |
BIN
example-3.jpg
Normal file
BIN
example-3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
|
@ -105,6 +105,10 @@
|
|||
All of these examples are completely free to use, copy, and distribute however you like; they are all MIT licensed.
|
||||
<br><br>
|
||||
<a href="example.html"><img class="exampleimg" src="example-1.jpg">Basic Page w/Nav</a>
|
||||
<br><br>
|
||||
<a href="example2.html"><img class="exampleimg" src="example-2.jpg">Standard Page w/Hero</a>
|
||||
<br><br>
|
||||
<a href="example3.html"><img class="exampleimg" src="example-3.jpg">Page w/More Elements</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
12
index.html
12
index.html
|
@ -242,6 +242,10 @@
|
|||
}
|
||||
|
||||
@media (max-width: 870px) {
|
||||
.timeismoney h3.fancy {
|
||||
line-height: 0.5;
|
||||
}
|
||||
|
||||
.timeholder {
|
||||
box-shadow: 0 0 0 0;
|
||||
}
|
||||
|
@ -341,10 +345,6 @@
|
|||
width: 140px;
|
||||
}
|
||||
|
||||
.timeismoney h3.fancy {
|
||||
line-height: 0.5;
|
||||
}
|
||||
|
||||
.sitebutton {
|
||||
border: 1px solid;
|
||||
padding: 9.5px;
|
||||
|
@ -367,8 +367,8 @@
|
|||
<a href="download.html">Download</a>
|
||||
<a href="https://github.com/owenversteeg/min">Github</a>
|
||||
</div>
|
||||
</nav>-->
|
||||
<button class="btn btn-sm btn-close">×</button>
|
||||
</nav>
|
||||
<button class="btn btn-sm btn-close">×</button>-->
|
||||
<div class="hero">
|
||||
<h1 class="title">M<span class="i">i</span>n</h1>
|
||||
<!--<h3>The <em>995 byte</em> CSS framework that supports <em>IE5.5+</em></h3>-->
|
||||
|
|
Loading…
Add table
Reference in a new issue