Added cotton candy.
This commit is contained in:
parent
e52d18db9f
commit
8c3ec9bda9
1 changed files with 4 additions and 4 deletions
|
@ -9,12 +9,12 @@ footer a {
|
|||
|
||||
/* Give service boxes a border */
|
||||
.service {
|
||||
border: 2px #b6fff4 solid;
|
||||
border-radius: 10px;
|
||||
border-spacing: 10px;
|
||||
border: 4px #d1ffdd solid;
|
||||
border-radius: 15px;
|
||||
border-spacing: 15px;
|
||||
padding: 30px;
|
||||
box-sizing: border-box;
|
||||
box-shadow: inset 0 0 10px #ffb6c1;
|
||||
box-shadow: inset 0 0 10px #d1f3ff;
|
||||
color: #6b486b;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue