User:Eggbreaker/common.css: Difference between revisions

From Baka-Tsuki
Jump to navigation Jump to search
Created page with "p { font-size: 20px; }"
 
No edit summary
Line 1: Line 1:
body {
  width: 100%;
}
p {
p {
   font-size: 20px;
   font-size: 20px;
}
}

Revision as of 14:54, 21 July 2014

body {
  width: 100%;
}

p {
  font-size: 20px;
}