style.css 136 Bytes
Newer Older
Ivan Merelli's avatar
Ivan Merelli committed
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
    font-family: Arial, sans-serif;
    margin: 40px;
    text-align: center;
}

h1 {
    color: #333;
}

p {
    color: #666;
}