<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
Bring the playful spirit of Bluey to decision-making with our <a href="https://theyesnobutton.com/bluey-yes-no-button-online">Bluey Yes/No Button</a> - a delightful online tool inspired by everyone's favorite Blue Heeler pup. I'm David James, and as a fan of the show, I've created this fun, family-friendly website that adds a touch of Bluey magic to help kids and parents make choices together. Whether you're planning backyard games or settling friendly disputes, this simple tool combines entertainment with practical decision-making. Join the fun and let Bluey help guide your next adventure!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yes No Button Social Links</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.social-links {
display: flex;
flex-direction: column;
gap: 15px;
}
.social-link {
display: flex;
align-items: center;
padding: 10px;
border-radius: 8px;
background: #f5f5f5;
text-decoration: none;
color: #333;
transition: background 0.3s;
}
.social-link:hover {
background: #e0e0e0;
}