Ai
2 Star 0 Fork 0

mirrors_googlecodelabs/model-viewer-codelab

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
demo-styles.css 1.35 KB
Copy Edit Raw Blame History
Matt Small authored 2019-04-10 07:00 +08:00 . Add license headers & CONTRIBUTING.md
/*
* Copyright 2019 Google LLC
*
* 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
*
* https://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.
*/
body {
margin: 1em;
padding: 0;
font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
color: #244376;
}
#card {
margin: 3em auto;
display: flex;
flex-direction: column;
max-width: 600px;
border-radius: 6px;
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
overflow: hidden;
}
model-viewer {
width: 100%;
height: 400px;
}
.attribution {
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 1em;
}
.attribution h1 {
margin: 0 0 0.25em;
}
.attribution img {
opacity: 0.5;
height: 2em;
}
.attribution .cc {
flex-shrink: 0;
text-decoration: none;
}
footer {
display: flex;
flex-direction: column;
max-width: 600px;
margin: auto;
text-align: center;
font-style: italic;
line-height: 1.5em;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_googlecodelabs/model-viewer-codelab.git
git@gitee.com:mirrors_googlecodelabs/model-viewer-codelab.git
mirrors_googlecodelabs
model-viewer-codelab
model-viewer-codelab
master

Search