Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

<title>Exam Portal</title> <style> button{ margin: 30px 0 10px 30px; height:100%; font-size: 28px; } body{ background:url("https://images.unsplash.com/photo-1472289065668-ce650ac443d2?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2069&q=80") ; background-size: cover; } .t{ position:absolute; top:200px; right: 10px; margin-right: 30px; font-size: 28px; } </style> ONLINE EXAM PORTAL Student Management

Question Management

Subject Management

Examination Management

    <div class="t">     

        <div>
            <label for="Select">LOG In:</label>

            <select  id="Select">
             <option value="Student">Student</option>
             <option value="Faculty">Faculty</option>
            </select> 
             <br><br>
        </div>

         <label for="Username">Username:</label>
        <input type="Username"  id="Username" placeholder="Username" required><br><br>

        <label for="Password">Password:</label>
        <input type="Password" id="Password" placeholder="Password" required><br><br>
        
        <button type="submit" class="signupbtn">Log In</button>
    </div>
           
</main>    

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages