Aysha Anggraini

On code, design, and movement

Beautiful Horizontal Accordion with Pure CSS

This is long overdue! I created this last month before I started working and I love the result. I saw this accordion originally at Ch3mical.com, a portfolio by Paul Kelley. He had achieve this effect using images and jQuery. I decided to replicate the effect using pure CSS and font icons. For a better experience, […]

WordPress: A different approach in managing stylesheets for different pages

Managing custom scripts and stylesheets for different pages can be a pain in the butt since you have to keep editing the functions.php file in order to enqueue and dequeue several stylesheets for a particular page according to your needs. This have several drawbacks: Editing functions.php file – This is not really a big deal […]

Code Editor with Pure CSS

See the Pen Pure CSS Code Editor by Ren Aysha (@rrenula) on CodePen I found a really nice code editor design on Dribbble created by Roy Barber. I decided to try and re-create the design with pure CSS. I thought it will be a good exercise for me to start getting creative with CSS3 useful […]