10 lines
141 B
CSS
10 lines
141 B
CSS
/* CSS declarations go here */
|
|
.thumbnail {
|
|
border: 0 none;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.main-header {
|
|
background-color: rebeccapurple;
|
|
}
|