molly.hashnode.devTwitter spaces rescued an introvert.Have you ever been in a situation where your mind is full of ideas but you can't share them just because you don't know how to express yourself in public? Many people faced that a lot and chose to express themselves through writing. I'm one of those ...Feb 21, 2022·3 min read
molly.hashnode.devCreating a crescent moon with pure CSS.I started learning CSS arts a few days ago and decided to create a crescent moon for a better understanding. This is a very simple CSS art anyone can hop in. Getting started... we start by setting up our HTML boilerplate and correctly linking our sty...Feb 21, 2022·2 min read
molly.hashnode.devWhy Lists Are Very Important In Technical WritingWhen I started writing, I had no idea what technical writing was about. I wasn't aware of the skills I needed nor the importance of shaping my work as a good technical writer. I thought it was just writing what I knew, putting in my thoughts about wh...Feb 3, 2022·3 min read
molly.hashnode.devCode Documentation.Table of contents What code documentation is. Why write docs. Best practices for writing documentation. Tools for documentation. Software documentation hosting options. Camera pans stage left. It shows a text editor, open to a blank page. A person...Jan 12, 2022·5 min read
molly.hashnode.devHow to Build a Sign-Up Form with Floating Labels and Transitions Using Plain HTML and CSSA view. As you can see in the above image when an input within the form gains focus, its label floats to the top and a semi-thick border appears around the input. If the text gets typed into the input and the input loses focus, the label remains on t...Oct 21, 2021·6 min read