I have a unique design I need to create:
https://i.sstatic.net/ymPnN.png
The current setup appears as follows:https://i.sstatic.net/iAwZH.png
How do I use CSS to add an arrow pointer to the first buttons labeled "monthly donation" and "simple donation"? Additionally, I am facing difficulty aligning them horizontally as they currently appear misaligned.
Below is my code snippet:
<!DOCTYPE html>
<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">
<title>demo form</title>
...
(The font type details can be disregarded).