projects
/
cryptoparty-www.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Более простое включение CSS
[cryptoparty-www.git]
/
style.css
1
body {
2
margin: auto;
3
width: 80em;
4
background-color: #AEBECE;
5
}
6
h1, h2, h3, h4 { text-align: center }
7
h1, h2, h3, h4, strong { color: #900090 }
8
pre { background-color: #CCCCCC }
9
table, th, td { border: 1px solid black ; border-collapse: collapse }