「✨」 feat: Added static website
This commit is contained in:
28
srcs/docker/bonus/static-site/kanel.ovh/style.css
Normal file
28
srcs/docker/bonus/static-site/kanel.ovh/style.css
Normal file
@ -0,0 +1,28 @@
|
||||
body, html
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: #f0f0f0;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.image-container
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.img
|
||||
{
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
Reference in New Issue
Block a user