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:
3
images/bg-texture-00.svg
Normal file
3
images/bg-texture-00.svg
Normal 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 |
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user