Skip to content

Commit 6294556

Browse files
committed
Knockoffia
1 parent 955463b commit 6294556

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ <h3>Crapchat</h3>
111111
</article>
112112
</a>
113113
</div>
114+
<div class="col-md-6">
115+
<a href="http://knockoffia.devsdodesign.com/" class="project-link">
116+
<article class="project blown-over knockoffia">
117+
<div>
118+
<h3>Knockoffia</h3>
119+
<p>Your phone is too complicated</p>
120+
</div>
121+
</article>
122+
</a>
123+
</div>
114124
</div><!-- .row -->
115125

116126
<div class="row">

project-knockoffia.png

109 KB
Loading

style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,18 @@ a.project-link:hover {
158158
.crapchat p {
159159
text-shadow: 2px 2px 1px black;
160160
}
161+
162+
.knockoffia {
163+
background: url(project-knockoffia.png);
164+
background-position: bottom right;
165+
padding: 85px 40px;
166+
}
167+
168+
.knockoffia h3 {
169+
color: #b6c38d;
170+
text-shadow: 2px 2px 1px black;
171+
}
172+
173+
.knockoffia p {
174+
text-shadow: 2px 2px 1px black;
175+
}

0 commit comments

Comments
 (0)