Skip to content

Instantly share code, notes, and snippets.

@ronald-hove
Last active October 21, 2019 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronald-hove/d29b8d16c8f124d566444dcc7cec5e88 to your computer and use it in GitHub Desktop.
Save ronald-hove/d29b8d16c8f124d566444dcc7cec5e88 to your computer and use it in GitHub Desktop.
<!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 -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<!-- Linking Our Custom main.css file -->
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="container mt-5">
<div class="card py-4">
<div class="card-body">
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment