Aligning two buttons in two columns horizontally Same level – Html
I am trying to make this two buttons horizontally into same level using bootstrap. <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" /> </head> <body> <div class="container"> <div class="row"> <div class="col mb-0"> <h2>h2 text</h2> <h4>h4 text</h4> <h4>Another h4 text</h4>…