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

Side by Side Diff: src/site/codelabs/darrrt/examples/piratebadge.css

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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 h1, p {
12 color: #333;
13 }
14 .widgets {
15 padding-bottom: 20pt;
16 float: left;
17 }
18 .badge {
19 border: 2px solid brown;
20 border-radius: 1em;
21 background: red;
22 font-size: 14pt;
23 width: 14em;
24 height: 7em;
25 text-align: center;
26 float: left;
27 margin-left: 20px;
28 }
29 .greeting {
30 color: white;
31 font-family: sans-serif;
32 padding: 0.5em;
33 }
34 .name {
35 color: black;
36 background: white;
37 font-family: "Marker Felt", cursive;
38 font-size: 25pt;
39 padding-top: 1.0em;
40 padding-bottom: 0.7em;
41 }
42 #generateButton {
43 font-size: 12pt;
44 margin-top: 20px;
45 }
46 input[type="text"] {
47 font-size: 12pt;
48 margin-top: 10pt;
49 margin-bottom: 10pt;
50 width: 12em;
51 }
52
OLDNEW
« no previous file with comments | « src/site/codelabs/darrrt/examples/6-piratebadge_json/piratenames.json ('k') | src/site/codelabs/darrrt/images/clickrun.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698