Open in app

Sign In

Write

Sign In

Marufsharifi
Marufsharifi

3 Followers

Home

About

Pinned

Advance CSS Flex box

Advance CSS Flex box Flex box is one of modern ways to embed the content in a page. you should follow these steps to correctly align content. 1- Make the container to be a flex container by setting it’s display property to flex. display: flex; 2- In flex box we…

CSS

8 min read

Advance CSS Flex box
Advance CSS Flex box
CSS

8 min read


Oct 22, 2021

React Custom Hook

React is the most popular JavaScript UI FrameWork. In React, there are two kind of hooks, some of them are built in React hooks and some of them are custom hook that have been created by using built in hooks.

React

3 min read

React Custom Hook
React Custom Hook
React

3 min read


Aug 11, 2021

Tips to make your website responsive

Tips to make your website responsive 1- Create a media query Media query change the presentation of content base of visible area of website. Media query consist of media type, if media type matches the type of device the document displayed on, the styles are applied. There is no limitation…

Responsive Web Design

3 min read

Tips to make your website responsive
Tips to make your website responsive
Responsive Web Design

3 min read


Aug 3, 2021

HTML Accessibility tips

HTML Accessibility tips To improve the accessibility of your web page you should follow these steps. 1- alt attribute in img element, you should write description of image or the content of image in alt attribute of img tag. this help search engines to find the image based on its…

Html5

3 min read

HTML Accessibility tips
HTML Accessibility tips
Html5

3 min read


Jul 15, 2021

How to create a form with HTML5

How to create a form with HTML5 HTML is simple but to create a nice form you should follow these steps. 1- Add form tag to your HTML document like below. <form > </form> 2- Most of the time web form used to submit data to a server, you can…

Html5

3 min read

How to create a form with HTML5
How to create a form with HTML5
Html5

3 min read

Marufsharifi

Marufsharifi

3 Followers

Font End Developer, blogger

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech