lyunm1206
commited on
Commit
·
25bc500
1
Parent(s):
2849e8e
gray
Browse files- index.html +3 -0
index.html
CHANGED
|
@@ -8,6 +8,9 @@
|
|
| 8 |
height: 400ps; /* Increased height and made relative to viewport height */
|
| 9 |
display: inline-block;
|
| 10 |
}
|
|
|
|
|
|
|
|
|
|
| 11 |
</style>
|
| 12 |
</head>
|
| 13 |
<body>
|
|
|
|
| 8 |
height: 400ps; /* Increased height and made relative to viewport height */
|
| 9 |
display: inline-block;
|
| 10 |
}
|
| 11 |
+
model-viewer {
|
| 12 |
+
background-color: #808080; /* Gray background */
|
| 13 |
+
}
|
| 14 |
</style>
|
| 15 |
</head>
|
| 16 |
<body>
|