build 0001
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
font: 16px Arial;
|
||||
background-color: rgb(37, 37, 37);
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: srgb(53, 53, 53);
|
||||
}
|
||||
|
||||
.search-i {
|
||||
background-color: white;
|
||||
width: 88%;
|
||||
}
|
||||
|
||||
.search-i {
|
||||
background-color: rgb(53, 53, 53);
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.search-n {
|
||||
background-color: rgb(53, 53, 53);
|
||||
color: white;
|
||||
height: fit-content;
|
||||
min-height: 0rem;
|
||||
}
|
||||
|
||||
.winds {
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.buttonclose {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
color: white;
|
||||
background-color: rgb(53, 53, 53);
|
||||
padding: 0px;
|
||||
border: 1px solid white;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fullimage {
|
||||
padding: 1%;
|
||||
margin: 1%;
|
||||
width: 80%;
|
||||
border: 1px solid white;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.fullimagep {
|
||||
text-align: center;
|
||||
padding: 1%;
|
||||
margin: 1%;
|
||||
border: 1px solid white;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.buttimg {
|
||||
text-align: center;
|
||||
margin: 4px;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border: 1px solid white;
|
||||
width: 260px;
|
||||
height: 260px;
|
||||
vertical-align: bottom;
|
||||
border-radius: 4px;
|
||||
}
|
||||
Reference in New Issue
Block a user