WebProgTP Code
WebProgTP Code
DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/
bootstrap.min.css" rel="stylesheet" />
<style>
.navbar-brand {
font-size: 2rem;
}
.fullscreen {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.section {
padding: 50px 0;
}
</style>
</head>
<body>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.m
in.js"></script>
</body>
</html>