sudhakarinfotech
(current)
Run Code
Live Code Editor- Bulma Delete Button
Source Code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bulma CSS Delete Element</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0/css/bulma.min.css"> </head> <style type="text/css"> .custom-space { margin-bottom: 10px; } </style> <body> <section class="section"> <div class="container"> <h1 class="custom-space title">Bulma CSS: Delete Element</h1> Web Design <button class="delete"></button> App Design <button class="delete"></button> Graphics Design <button class="delete"></button> </div> </section> </body> </html>
Source Code Output :
Running