Category: CSS

  • Learn SASS

    A super fast spoken video. Get inspiration for your SASS studies in the video by Derek Banas. 30 SASS Videos Here’re some 30 videos on SASS. Basicly it’s a good SASSsy course.

  • WordPress theme with Bootstrap

    An excellent tutorial by Zac Gordon: “How to Build a Responsive WordPress Theme with Bootstrap”.  You’ll learn to hack a WP theme from scratch with Bootstrap and jQuery enabled.

  • Zengarden’s Classes and Ids

    Below you find the classes and ids in Zengarden’s index file. I used a terminal window on a MacBook like this: grep “id=”  index.html grep “class=” index html IDS IN ZENGARDEN'S INDEX.HTML <body id="css-zen-garden"> <section class="intro" id="zen-intro"> <div class="summary" id="zen-summary" role="article"> <div class="preamble" id="zen-preamble" role="article"> <div class="main supporting" id="zen-supporting" role="main"> <div class="explanation" id="zen-explanation" role="article"> <div…

  • Typography test

    abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcd Typetester Typography in 10 minutes

  • Plugin CSS i WordPress

    Efter en række eksperimenter har jeg fundet denne opskrift, der hooker et stylesheet rigtigt ind i WP dashboard. Virker både for admin og øvrige registrerede brugere: add_action( 'admin_enqueue_scripts', 'safely_add_stylesheet_to_admin' ); /** * Add stylesheet to the page */ function safely_add_stylesheet_to_admin() { wp_enqueue_style( 'prefix-style', plugins_url('style_admin.css', __FILE__) ); }

Enable Notifications OK No thanks

We use cookies - more information

Multimusen.dk will set a few cookies from Doubleclick, Google and the Social Media plugins they ay set some cookies. Some of my pages use APIs - such as YouTube, LinkedIn, Google Fonts, Google Maps, Mapbox, Spotify, Jetpack, Twitter, Facebook &c.. Such plugins may set the odd cookie.

Close