First commit
This commit is contained in:
commit
5296a680b9
3 changed files with 34 additions and 0 deletions
16
index.css
Normal file
16
index.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
body {
|
||||
background: linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0) fixed;
|
||||
color: #c5c9c5;
|
||||
}
|
||||
|
||||
.center {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.cat img {
|
||||
width: 320px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue