Name | Last modified | Size | Description | |
---|---|---|---|---|
|
||||
Parent Directory | - | |||
25px/ | 2013-04-17 08:12 | - | ||
35px/ | 2013-04-17 08:12 | - | ||
block.png | 2013-04-21 16:16 | 1.3K | ||
facebook.png | 2014-08-22 05:17 | 3.5K | ||
googlechrom.png | 2014-08-22 05:17 | 3.9K | ||
instagram.png | 2014-08-22 05:17 | 3.7K | ||
phone.png | 2013-04-17 08:12 | 793 | ||
phone.psd | 2013-04-17 08:12 | 30K | ||
pnterest.png | 2014-08-22 05:17 | 3.8K | ||
pnterest2.png | 2013-04-19 17:06 | 2.8K | ||
social-icons.png | 2013-04-17 08:12 | 14K | ||
social-icons1.png | 2015-09-07 11:19 | 8.9K | ||
social-icons11.png | 2013-04-17 08:12 | 9.4K | ||
social-icons_new.png | 2013-04-19 16:24 | 7.2K | ||
social icons.psd | 2013-04-17 08:12 | 82K | ||
text_align_center.png | 2013-04-17 08:12 | 206 | ||
text_align_left.png | 2013-04-17 08:12 | 206 | ||
text_align_right.png | 2013-04-17 08:12 | 201 | ||
twitter.png | 2014-08-22 05:17 | 3.7K | ||
warning.png | 2013-04-17 08:12 | 1.3K | ||
warning.psd | 2013-04-17 08:12 | 31K | ||
|
.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); align-items: center; justify-content: center; } .popup { background:radial-gradient(ellipse at top,deeppink,black); padding: 20px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); color:white; font-family:"Century Gothic"; text-align:center; } .popup h2{padding-bottom:30px;font-size:30px;} .popup a{ font-size:26px; text-decoration:none; color:white; background:red; transition:0.4s; padding:10px; border-radius:30px; } .popup a:hover{ background:navy; } .close-btn { cursor: pointer; position: absolute; top: 42.5%; right:40%; font-size: 30px; color: white; }