Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the Document</title> </head> <body> <div class="flyout" id="flyout-example"> <h5 class="flyout-title">This could be a flyout;</h5> <div class="flyout-debug" id="flyout-debug"></div> <div class="flyout-buttons"> <button class="button button-outline" type="button">Cancel</button> <button class="button" type="button">Ok</button> </div> </div> </body> </html>