p { font-size: 16px; } .tooltip1 { position: relative; display: inline-block; border-bottom: 2px dotted #dd850a; cursor: help; } .tooltip1 .tooltiptext1 { visibility: hidden; width: 200px; background-color: #dd850a; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; font-size: 1.2rem; /* Position the tooltip */ position: absolute; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; } .tooltip1:hover […]

p { font-size: 16px; } .tooltip1 { position: relative; display: inline-block; border-bottom: 2px dotted #dd850a; cursor: help; } .tooltip1 .tooltiptext1 { visibility: hidden; width: 200px; background-color: #dd850a; color: #fff; text-align: center; border-radius: 6px; padding: 5px 0; font-size: 1.2rem; /* Position the tooltip */ position: absolute; z-index: 1; bottom: 100%; left: 50%; margin-left: -60px; } .tooltip1:hover […]