scss
Css
code posted
created at 11 Oct 20:27
Edit
|
Back
1
2
3
4
5
6
7
8
9
10
11
12
13 |
.product {
background-color: #3c3c3c;
h2 {
font-size: 1em;
font-weight: bold;
color: #ffffff;
}
p {
font-size: .7em;
font-weight: normal;
color: #ffffff;
}
}
|
207 Bytes in 2 ms with coderay