This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%); | |
background-position: top; | |
background-size: 10px 1px; | |
background-repeat: repeat-x; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function do_var_dump($object) { | |
echo "<pre>"; | |
var_dump($object); | |
echo "</pre>"; | |
} | |
?> |
NewerOlder