stated to add "spotlight"

This commit is contained in:
grata
2023-03-06 15:18:23 +01:00
parent 374eba2dc0
commit 49b53590b6
4 changed files with 117 additions and 16 deletions

View File

@@ -1,14 +1,21 @@
input{
width: 500px;
.search {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
input {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 30%;
left: 50%;
right: 50%;
bottom: 50%;
transform: translate(-50%, -50%);
}
.list {
width: 500px;
justify-content: center;
align-items: center;
align-content: center;
}
.bg-image {
@@ -18,3 +25,8 @@ input{
background-position: center center;
height: 100vh;
}
.sun {
width: 10%;
height: auto;
}