Beautiful Website Header theme Gadget with Menu
SEO Help and Tips
Beautiful Website Header theme Gadget with Menu
Here is the example code of Header logo theme with menu. You can use it as gadget. If you have need some changes, please comments below.
Head:
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<style>
body {
background-color: #343a40;
color: #fff;
}
.container {
background-color: #343a40;
color: #fff;
padding: 20px;
}
.card {
background-color: #fff;
color: #343a40;
padding: 20px;
display: flex;
align-items: center;
}
.logo {
width: 44px;
height: 44px;
margin-right: 10px;
}
.btn-primary {
background-color: #007bff;
color: #fff;
border-color: #007bff;
margin-right: 10px;
}
.btn-secondary {
background-color: #6c757d;
color: #fff;
border-color: #6c757d;
margin-right: 10px;
}
.btn-success {
background-color: #28a745;
color: #fff;
border-color: #28a745;
margin-right: 10px;
}
</style>
Body:
<div class="container mt-3">
<h1>SEO Help and Tips</h1>
<div class="card">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjhrG1hu3T5aAXmlBdi9U13L7s-uOVNfF1pi0XyGaOP6SKK9sTYL5KLOax16nE42m-amW4CuyJo100ql14WBFxfdkpHLGfhG3WLu0KUImmIVksSGfqkbPM4XQUYh9lMjF3h5wcQFr9DvhMiOGpRoJn9pUM3tFQV0-XSimAigbJHGkAvfeNzAdZhhUL/s220/SEO%20Help%20and%20Tips_Logo.png" alt="Logo" class="logo">
<div class="card-body">Description_The website dedicated to expert SEO help and valuable tips for optimizing your website.</div>
</div>
<p></p>
<div class="d-flex">
<a href="https://source29.blogspot.com/" class="btn btn-primary">Home</a>
<a href="https://source29.blogspot.com/p/about-us.html" class="btn btn-secondary">About Us</a>
<a href="https://source29.blogspot.com/p/contact-us.html" class="btn btn-success">Contact Us</a>
<a href="https://source29.blogspot.com/p/privacy-policy.html" class="btn btn-success">Privacy Policy</a>
</div>
</div>
Comments
Post a Comment
Thanks for your Comments.