css

Css code posted
created at 03 Mar 03:27

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
body {
  margin: 10px 0;}

#main {
  border: 1px solid red;
  color: green;}

  #main p {
    color: purple;}
  
    #main p a {
      text-decoration: none;}

#something-else {
  font-weight: bold;
  color: black;}
230 Bytes in 2 ms with coderay