Just HTML code like this
<div id='readmore'>
<input type="checkbox" class="read-more-state" id="post-1" />
<p class="read-more-wrap">Lorem ipsum dolor sit amet, consectetur adipisicing elit. <span class="read-more-target">Libero fuga facilis vel consectetur quos sapiente deleniti eveniet dolores tempore eos deserunt officia quis ...
Home › Archive for May 2015
Test Readmore or Spoiler Pure CSS
Ahmad Maryuki Sunday, May 10, 2015 at 10:29 AM @ahmadmaryuki 0 comments
Add Font Awesome Use @Font Face in Blogger CSS
Ahmad Maryuki at 6:23 AM @ahmadmaryuki 0 comments
Are you use UI design in your blog? Sometime we need many plugin to aply that. I dont understand font awesome most popular too. May coz simple to apllied or another purpose to do it.
This is my way to apllied font awesome using @font face, and i was test in my mobile device as well work.
Font Awesome
In this May font awesome was at version 4.3.0 but in this ...
Blogger Conditional Tag for Mobile and Dekstop
Ahmad Maryuki Friday, May 01, 2015 at 7:34 PM @ahmadmaryuki 0 comments
Hi all, I think you are too often forgotten in the conditional tag blogger. Moreover, the mobile version certainly makes us repeatedly see the past records. So I gave the article the tag blogger conditional on the desktop and mobile versions.
Only for dekstop and mobile version
<b:if cond='data:blog.isMobile'>
/* visible on mobile */
<b:else/>
/* ...