Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Side by Side Diff: src/site/docs/tutorials/add-elements/examples/anagram/anagram.css

Issue 26542002: edit pass on T3,4,5, updated images (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1
2 body {
3 background-color: #F8F8F8;
4 font-family: 'Open Sans', sans-serif;
5 font-size: 14px;
6 font-weight: normal;
7 line-height: 1.2em;
8 margin: 15px;
9 }
10
11 .letter {
12 width: 48px;
13 height: 48px;
14 font-size: 32px;
15 background-color: Lavender;
16 color: purple;
17 border: 1px solid black;
18 margin: 2px 2px 2px 2px;
19 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698