DVDevesh Vishnoiindeveshvishnoi.hashnode.dev·Nov 24, 2022 · 3 min readFlashing Message with Flasksometimes on the website we see some temporary messages from the site when the user enters some details, here some examples are... Their username or password was incorrect when trying to log in. They searched for something, but no results were found...00
DVDevesh Vishnoiindeveshvishnoi.hashnode.dev·Nov 23, 2022 · 3 min readCSS Unit Propertylet me demonstrate to you with a quick example p{ font-size:16px; } now, we describe the above code, here we will get font size as property and its value is 16 and its unit is px(pixel). Some import CSS unit has written below these units are oft...00