mon-entreprise/containers/App.css

20 lines
236 B
CSS
Raw Normal View History

2016-06-29 10:27:04 +00:00
body {
2016-06-29 16:57:56 +00:00
font-family: Open Sans;
color: #333;
}
#tags {
list-style: none;
text-transform: uppercase;
font-size: 300%;
font-weight: 200;
text-align: center;
}
#tags li {
width: 12em;
margin-top: 1em;
border: 1px solid #bbb;
2016-06-29 10:27:04 +00:00
}