Commit 9ee89bcb authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Add Css to welcome message

parent e158d707
......@@ -17,6 +17,17 @@
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
}
.intro{
text-align: center;
margin-left: auto;
margin-right: auto;
width: 30em
}
.intro ul{
display: table;
margin: 0 auto;
text-align: left;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment