Skip to content

Make responsive designs for the website #1

@i-aayush711

Description

@i-aayush711

Add responsive design media queries for the website. For reference check out https://www.w3schools.com/css/css_rwd_mediaqueries.asp

Example: :

<style> body { background-color: lightgreen; } @media only screen and (max-width: 600px) { body { background-color: lightblue; } } </style>

Note : You do not need to be assigned this issue. You can directly submit a PR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions