Skip to content

Commit 33f2b9f

Browse files
committed
Add description
1 parent 5b3d940 commit 33f2b9f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

public/css/app.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ input[type='radio'] { border: 0; }
1212

1313
/* =LAYOUT
1414
====================================================== */
15-
#content { width: 800px; margin: auto; padding: 100px; padding-bottom: 60px;
15+
#content { width: 800px; margin: auto; padding: 50px; padding-bottom: 60px;
1616
/* white radial gradient background */
1717
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%);
1818
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0)));
@@ -28,6 +28,8 @@ input[type='radio'] { border: 0; }
2828

2929
.ir { border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }
3030

31+
.description { margin-bottom: 50px; font-size: 16px; text-align: center; }
32+
3133
.preview_and_configuration { float: left; width: 395px; }
3234

3335
/* =MODULES

public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
<body>
1111

1212
<div id='content' class='clr'>
13+
<div class='description'>
14+
Create and export CSS code for a custom box with an arrow extending out from the side. Great for tooltips, flyouts and the like.
15+
</div>
1316
<div class='preview_and_configuration'>
1417
<div class='preview'>
1518
<div class='arrow_box'>
@@ -64,7 +67,7 @@ <h2>Arrow configuration</h2>
6467
</div>
6568

6669
<footer id='footer'>
67-
<span>&copy; 2012 By <span/><a href='http://icreateui.com'>Simon Højberg</a>
70+
<span>&copy; 2016 By <span/><a href='http://icreateui.com'>Simon Højberg</a>
6871
<span>&middot;
6972
Follow me on twitter: <span/><a href='https://twitter.com/shojberg'>@shojberg</a>
7073
<span>&middot;

0 commit comments

Comments
 (0)