(╥_╥)
parent
231cafc065
commit
3f2ecf35fd
|
@ -31,6 +31,7 @@ header {
|
|||
text-align: center;
|
||||
position: relative;
|
||||
display: grid;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.header-video-box video {
|
||||
|
@ -45,11 +46,11 @@ header {
|
|||
|
||||
.header-text-box {
|
||||
color: #ddd;
|
||||
z-index: 20;
|
||||
width: 80vw;
|
||||
padding: 5vh 0;
|
||||
background: rgba(2, 0, 36, .6);
|
||||
background: radial-gradient(circle, rgba(2, 0, 36, .6) 0%, rgba(14, 0, 81, .6) 75%, rgba(19, 0, 112, .6) 100%);
|
||||
z-index: 20;
|
||||
}
|
||||
header a { color: #ddd; }
|
||||
header a:visited { color: #ddd; }
|
||||
|
@ -86,6 +87,7 @@ footer {
|
|||
width: 100vw;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
z-index: 30;
|
||||
}
|
||||
|
||||
nav {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Casa Wakale - Wakale House</title>
|
||||
<link href="assets/css/style.css" rel="stylesheet">
|
||||
<link href="assets/css/style.css?v=1" rel="stylesheet">
|
||||
|
||||
|
||||
<meta property="og:title" content="Wakale House">
|
||||
|
|
Loading…
Reference in New Issue