blob: b8318aea00e9a25270d1d3d4addd8ec6b7bd30e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
body {
background: cornsilk;
background-image: url("./logo.png");
background-repeat: no-repeat;
background-position: center;
}
.pure-button {
-webkit-border-radius: 1em;
border-radius: 1em;
}
|