Ayu's Notes On Blog

Ayu's Notes On Blog

Follow
homeSponsorsbadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

CSS Flexbox: align-items

Dec 26, 20203 min read

Hello Fellow Codenewbies 👋 By default, flex is stretching the height of the items based on the highest item. But when we need to, we can control the...

CSS Flexbox: align-items

💌 Self-Reflection: My Letter To 2020

Dec 24, 20206 min read

Dear 2020, You are such a roller coaster year for many of us. And not an exception to me. I can't say anything more than you have been a bittersweet...

💌 Self-Reflection: My Letter To 2020

Break Tasks Into Chunks! - An Important Advice I Wish I Knew Sooner

Dec 19, 20203 min read

Hello Fellow Codenewbies 👋 I've been learning web development as a self-taught for almost two years. And I created the first-ever vanilla Javascript...

Break Tasks Into Chunks! - An Important Advice I Wish I Knew Sooner

CSS Flexbox: justify-content

Dec 16, 20204 min read

Hello Fellow Codenewbies 👋 We've learned in the previous post that applying display: flex to a flex container by default will turn flex items into...

CSS Flexbox: justify-content

A Dip Into CSS Flexbox

Dec 12, 20203 min read

Hello Fellow Codenewbies 👋 Recently I learned more about flexbox in CSS. I will write this topic in several posts as I learn and dive into it...

A Dip Into CSS Flexbox

Setting Up Width of Images In CSS

Dec 6, 20202 min read

Hello Fellow Codenewbies 👋 You probably use px or em to set up the size of your image in CSS. Well, I did. But there is a good practice that I...

Setting Up Width of Images In CSS