Computer Science, asked by MajorLazer017, 7 months ago

Prepare an HTML document to create an confirm box.

Please provide the easiest code possible.​

Answers

Answered by aaabbb18
0

Answer:

Hire with us!

Login

Courses

Home

Algorithmsexpand_moreData Structuresexpand_moreLanguagesexpand_moreInterviewexpand_moreStudentsexpand_moreGATEexpand_moreCS Subjectsexpand_moreQuizzesexpand_more

GBlog

Puzzles

What’s New?

How to create a responsive Modal Sign-Up form for a Website?

Follow the steps to create a responsive sign up form using CSS.

Step 1:Adding HTML

Use a “form” element to process the input.Then add inputs (with a matching label) for each field

Step 2:Adding CSS

Add the required CSS to design the login page try to keep the design as simple as possible.

Input:

<!DOCTYPE html>

<html>

<style>

    /*add full-width input fields*/

      

    input[type=text],

    input[type=password] {

        width: 100%;

        padding: 12px 20px;

        margin: 8px 0;

        display: inline-block;

        border: 2px solid #ccc;

        box-sizing: border-box;

    }

    /* set a style for all buttons*/

      

    button {

        background-color: Green;

        color: white;

        padding: 15px 20px;

        margin: 8px 0;

        cursor: pointer;

        width: 100%;

    }

    /*set styles for the cancel button*/

      

    .cancelbtn {

        padding: 15px 20px;

        background-color: #FF2E00;

    }

    /*float cancel and signup buttons and add an equal width*/

      

    .cancelbtn,

    .signupbtn {

        float: left;

Answered by Nandzzz
1

Explanation:

Yetta... Njaan Kure Ans Cheyythu.... Then too i cannot Inbox Uh.... ! wat to do ?

Enne Unblock Cheyyaan Valla Vazhiyum undo enn Nooku Yettaaaa....

Similar questions