NANasheet Ahmadinnasheet.hashnode.dev·Jan 29, 2023 · 2 min readCSS Transition PropertyWhat is Transition? In CSS transition property refer to smoothness of element. How smooth the element is by applying transition property. There are some main transition property is transition duration, transition delay, and transition timing function...00
NANasheet Ahmadinnasheet.hashnode.dev·Jan 27, 2023 · 2 min readStart With CSSmargin- It gives the space around outside the element. the below example is the same for margin. Padding- It gives space around inside the element. /* padding */ p{ /* top->left->bootom->right */ padding: 20px; ...00
NANasheet Ahmadinnasheet.hashnode.dev·Jan 26, 2023 · 2 min readStart With CSSDate-26-01-2023 It is my first blog with CSS Today, I start with the CSS selectors. CSS selectors are used to targeting the HTML code and design to this and give a look, style and color to the element to use CSS selectors are very help full by using ...00
NANasheet Ahmadinnasheet.hashnode.dev·Jan 24, 2023 · 2 min readDifference Between HTML and HTML5HTML and HTML5 both are used to create the skeleton of the web page HTML is the old version HTML5 is the latest version. in HTML the are no user interaction and there is no set format fr example if an employee writes some of the code with the old ver...00
NANasheet Ahmadinnasheet.hashnode.dev·Jan 23, 2023 · 1 min readHTML Media TagsDate-23-01-2023 There are a lot of media tags that exist in HTML and they are used for specific porpose . Media tags help to improve the website more interactive, so, media tags are very important for a website. In this blog, I want to describe the a...00