Skip to content

Commit ebb9617

Browse files
committed
hello
0 parents  commit ebb9617

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<style>
2+
body {
3+
background: #EE306A;
4+
background: -webkit-linear-gradient(#EE3041, #EE30AA);
5+
background: -moz-linear-gradient(#EE3041, #EE30AA);
6+
background: linear-gradient(#EE3041, #EE30AA);
7+
text-align: center;
8+
margin-top: 50px;
9+
color: #fff;
10+
font-family: sans-serif;
11+
}
12+
h1 {
13+
color: #48F86B;
14+
text-align: right;
15+
margin-right: -138px;
16+
}
17+
p {
18+
color: #000;
19+
font-size: 1.4em;
20+
max-width: 600px;
21+
margin: 0 auto 30px;
22+
}
23+
</style>
24+
25+
<title>#DevsDoDesign</title>
26+
<h1>#DevsDoDesign</h1>
27+
<p>The ultimate collation of the very best, worst designs that developers produce when they're neglected of a real designer.</p>
28+
29+
<a class="twitter-timeline" href="https://twitter.com/search?q=%23DevsDoDesign" data-chrome="" data-widget-id="380636114110775296">Tweets about "#DevsDoDesign"</a>
30+
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

0 commit comments

Comments
 (0)