modified: custom.css
modified: index.html
This commit is contained in:
parent
8603cc01e5
commit
f73b56b4d7
2 changed files with 93 additions and 75 deletions
27
custom.css
27
custom.css
|
|
@ -1,3 +1,26 @@
|
|||
.proposition {
|
||||
background-color: #eeeeee;
|
||||
.reasons {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
.nav {
|
||||
background-color: #f9f9f9;
|
||||
text-align: center;
|
||||
word-spacing: 50px;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.nav a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.graybg {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
|
||||
.row-padding {
|
||||
padding-top: 80px;
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
|
||||
span.avoidwrap {
|
||||
display:inline-block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue