1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Added a texture to #intro

This commit is contained in:
Levi Morrison
2014-03-04 12:22:58 -07:00
parent cb31387978
commit d91e8468e5
2 changed files with 4 additions and 1 deletions

3
images/bg-texture-00.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="4" height="4">
<path style="stroke:#000;stroke-width:.5;stroke-opacity:.25" d="M 0,0 4,4 M 0,4 4,0"/>
</svg>

After

Width:  |  Height:  |  Size: 158 B

View File

@@ -4,7 +4,7 @@ complimentary greens: 9FB553 7B8851 61761B C6DA82 CCDA99
*/
#intro {
background:#333;
background:#333 url('/images/bg-texture-00.svg');
box-shadow:inset 0 0 2em rgba(0,0,0,.375);
color:#fff;
border-bottom:.25em solid #8C8CC5;