vvarsha24.hashnode.devJavascript ArraysLike any other object-oriented programming language, javascript provides many features and objects for your software development. In javascript, nearly everything is an object, and they all come with their own set of powerful benefits. For example, o...Sep 27, 2022·4 min read
vvarsha24.hashnode.devTailwind CSSGetting Started with Tailwind CSS Tailwind CSS is a Utility first framework that helps us in styling the HTML pages without leaving the HTML file. This means you can simply add some utility classes in your HTML tags to design your pages swiftly. Tail...Sep 27, 2022·6 min read
vvarsha24.hashnode.devFlexbox in CSSWhether it's crisis crossing streets of the suburban landscape, or the laying out elements in CSS is something that used to be pretty difficult to do. But then flexbox was created. Flexbox revolutionized CSS layouts and is by far one of the most defi...Sep 27, 2022·5 min read
vvarsha24.hashnode.devCheatsheet on MarkdownWhat is Markdown? Markdown is a text to html conversion tool for web writers. It is a simple syntax that formats text as headers, lists, boldface, and so on. This markup language is popular, and you definitely have apps that support it. For instance,...Sep 27, 2022·4 min read
vvarsha24.hashnode.devCSS PositioningThe CSS position property defines the position of an element in a document. That implies you can put your HTML elements at the position of your choice. Let's start discussing the CSS positioning-related properties. There are five values of position p...Sep 27, 2022·3 min read