skip to Main Content

Not able to get my Form align into center-Twitter bootstrap

Code: <!doctype html> <html lang="en"> <head> <!-- Required meta tags --> <meta charset="utf-8">` <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Bootstrap CSS --> <title>Bootstrap</title> <link rel="stylesheet" href="css/bootstrap.min.css"> <!--custom css--> <link rel="stylesheet" href="stylesheet.css"> </head> <body> <section id="cover"> <div id="cover-caption"> <div class="container"> <div…

VIEW QUESTION
Back To Top
Search