Last active
July 24, 2021 08:08
-
-
Save wahyupambudi/73d38a8621be4bf3b940b88a561125d8 to your computer and use it in GitHub Desktop.
Header ( Web Blog Bootstrap, PHP, MySQL)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<link rel="stylesheet" href="style.css"> | |
<title>Header</title> | |
</head> | |
<body> | |
<div class="container header text-center text-light"> | |
<h3 style="padding: 20px;">Awonapa Bonsai</h3> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment