File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,16 @@ <h3>Third World Problems</h3>
101
101
</ article >
102
102
</ a >
103
103
</ div >
104
+ < div class ="col-md-6 ">
105
+ < a href ="https://github.com/DevsDoDesign/CrapChat " class ="project-link ">
106
+ < article class ="project blown-over crapchat ">
107
+ < div >
108
+ < h3 > Crapchat</ h3 >
109
+ < p > Snapchat for Phone Boxes</ p >
110
+ </ div >
111
+ </ article >
112
+ </ a >
113
+ </ div >
104
114
</ div > <!-- .row -->
105
115
106
116
< div class ="row ">
Original file line number Diff line number Diff line change 77
77
* PROJECTS
78
78
*****************/
79
79
.project {
80
- margin-bottom : 50 px ;
80
+ margin-bottom : 30 px ;
81
81
width : 100% ;
82
82
}
83
83
@@ -143,3 +143,18 @@ a.project-link:hover {
143
143
/*margin-left: 0;*/
144
144
text-shadow : 2px 2px 1px black;
145
145
}
146
+
147
+ .crapchat {
148
+ background : url (project-crapchat.png);
149
+ background-position : bottom right;
150
+ padding : 85px 40px ;
151
+ }
152
+
153
+ .crapchat h3 {
154
+ color : # f8e502 ;
155
+ text-shadow : 2px 2px 1px black;
156
+ }
157
+
158
+ .crapchat p {
159
+ text-shadow : 2px 2px 1px black;
160
+ }
You can’t perform that action at this time.
0 commit comments