gallery page added with visa granted
This commit is contained in:
56
css/style.min.css
vendored
56
css/style.min.css
vendored
@@ -18109,4 +18109,60 @@ footer .nav-link {
|
||||
line-height: 160px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.popup-link a{
|
||||
background: #333;
|
||||
color: #fff;
|
||||
padding: 10px 30px;
|
||||
border-radius: 5px;
|
||||
font-size:17px;
|
||||
cursor:pointer;
|
||||
margin:20px;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
.popup-container {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: all 0.3s ease-in-out;
|
||||
transform: scale(1.3);
|
||||
position: fixed;
|
||||
z-index: 1;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: rgba(21, 17, 17, 0.61);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.popup-content {
|
||||
background-color: #fefefe;
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
border: 1px solid #888;
|
||||
width: 50%;
|
||||
}
|
||||
.popup-content p{
|
||||
font-size: 17px;
|
||||
padding: 10px;
|
||||
line-height: 20px;
|
||||
}
|
||||
.popup-content a.close{
|
||||
color: #aaaaaa;
|
||||
float: right;
|
||||
font-size: 28px;
|
||||
font-weight: bold;
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-decoration:none;
|
||||
}
|
||||
/*custome css*/
|
Reference in New Issue
Block a user