mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
12 lines
112 B
CSS
12 lines
112 B
CSS
body {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
img {
|
|
transition: .5s ease-in-out;
|
|
}
|