/* * Copyright 2016 Google Inc. * * 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. */ .widgets { padding-bottom: 20pt; float: left; } .badge { border: 2px solid brown; border-radius: 1em; background: red; font-size: 14pt; width: 14em; height: 7em; text-align: center; float: left; margin-left: 20px; white-space: nowrap; overflow: hidden; } .greeting { color: white; font-family: sans-serif; padding: 0.5em; } .name { color: black; background: white; font-family: "Marker Felt", cursive; font-size: 25pt; padding-top: 1.0em; padding-bottom: 0.7em; height: 16px; } button { font-size: 12pt; margin-top: 20px; display: block; } input[type="text"] { font-size: 12pt; margin-top: 10pt; margin-bottom: 10pt; width: 12em; display: block; } @media all and (max-width: 500px) { .badge { margin-left: 0; } }