UNPKG

marble

Version:

WeDeploy's style guide and UI components

28 lines (24 loc) 580 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Demo: Tooltip</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../build/marble.css"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lato:700,400,300|Open+Sans:700,400,300"> <style> .tooltip { opacity: 1; } </style> </head> <body> <h1>Tooltip</h1> <div class="tooltip top" role="tooltip"> <div class="tooltip-arrow"></div> <section class="tooltip-inner"> Lorem ipsum dolor </section> </div> </body> </html>