1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/basics/static-files/static/root/css/example.css
2022-02-18 02:22:58 +00:00

12 lines
112 B
CSS

body {
text-align: center;
}
h1 {
font-family: sans-serif;
}
img {
transition: .5s ease-in-out;
}