Just some css animations for cloud effect
A Pen by Craig Wayne on CodePen.
Just some css animations for cloud effect
A Pen by Craig Wayne on CodePen.
Here is a example how works the vertical alignment with transform translate property.
A Pen by Renato Ribeiro on CodePen.
Quick demo to show Drag and Drop states using: html css javascript (js) jquery
A Pen by Craig Wayne on CodePen.
a chalkboard effect using just css
A Pen by Craig Wayne on CodePen.
php -i | grep /php.ini; |
function wp_reset_admin_user () { | |
echo "#################################"; | |
echo "Resetting the Admin User..."; | |
email="[email protected]" | |
username=admin; | |
name=$username; | |
admin_pass=$username; | |
echo "Attempting to create User with username: $username"; |
Image Upload Preview gist using UIKit 3, Javascript and HTML File Input Element
A Pen by Craig Wayne on CodePen.
## | |
# Work in Progress | |
## | |
npm init | |
npm install grunt --save-dev | |
npm install [email protected] --save-dev | |
npm install [email protected] --save-dev | |
touch Gruntfile.js | |
touch manifest.json |
<?php | |
/** | |
* @see https://roots.io/using-and-customizing-wordpress-starter-content/ | |
*/ | |
add_action( 'after_setup_theme', function () { | |
add_theme_support( 'starter-content', [ | |
'options' => [ | |
'show_on_front' => 'page', | |
'page_on_front' => '{{home}}', |