
Use images and some better formatting. Also add scripts to help prevent typos. This based on an improved version done by Julia Ferraioli. She came up with the cool images.
41 lines
965 B
CSS
41 lines
965 B
CSS
/*
|
|
Copyright 2014 Google Inc. All rights reserved.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
img {
|
|
height: 100px;
|
|
width: 100px;
|
|
float: right;
|
|
background-size: 100px 100px;
|
|
background-color: black;
|
|
margin-left: 10px;
|
|
border: none;
|
|
}
|
|
|
|
ul {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.pod {
|
|
font-family: Roboto, Open Sans, arial;
|
|
border: 1px solid black;
|
|
border-radius: 5px;
|
|
padding: 10px;
|
|
margin: 10px;
|
|
display: inline-block;
|
|
background-color: #D1D1D1;
|
|
}
|