Add hotels button
This commit is contained in:
@@ -106,6 +106,22 @@
|
||||
box-shadow: 0 0 1em rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
.button-background{
|
||||
position:relative;
|
||||
margin: auto;
|
||||
|
||||
margin-top: calc(var(--boxHeight) * 1.5);
|
||||
width: calc(var(--headFootBoxWhight)/2);
|
||||
|
||||
background-color: var(--headerBoxColor);
|
||||
border-radius: 2em;
|
||||
|
||||
text-align: center;
|
||||
overflow: hidden;
|
||||
|
||||
box-shadow: 0 0 1em rgba(0,0,0,0.7);
|
||||
}
|
||||
|
||||
footer{
|
||||
position:relative;
|
||||
margin: auto;
|
||||
|
||||
Reference in New Issue
Block a user