16 lines
273 B
CSS
16 lines
273 B
CSS
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;
|
|
}
|