Skip to content

Instantly share code, notes, and snippets.

View revlotmtr's full-sized avatar

Revlot Riri revlotmtr

View GitHub Profile
@revlotmtr
revlotmtr / gist:348131e4baecc498befcfeaf4d973dd8
Created August 8, 2016 20:31
If you are looking for pop up text with the close button , maybe you can try this script . example http://terlihat.co/
<div class="floating_top">
<style type="text/css">
#topbar{
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
margin: 0px;
background-color: rgba(0, 0, 0, 0.65);