soiz1 commited on
Commit
b9f5c3b
Β·
verified Β·
1 Parent(s): b255b04

Update 3.html

Browse files
Files changed (1) hide show
  1. 3.html +45 -0
3.html CHANGED
@@ -4,6 +4,51 @@
4
  <meta charset="UTF-8">
5
  <title>3Dパッシγƒ₯δ½œζˆζ‰‹ι †</title>
6
  <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
 
8
  </head>
9
  <body>
 
4
  <meta charset="UTF-8">
5
  <title>3Dパッシγƒ₯δ½œζˆζ‰‹ι †</title>
6
  <script type="module" src="https://unpkg.com/@google/model-viewer/dist/model-viewer.min.js"></script>
7
+ <style>
8
+ body {
9
+ font-family: 'Helvetica Neue', Arial, sans-serif;
10
+ background-color: #f9f9f9;
11
+ margin: 20px;
12
+ color: #333;
13
+ }
14
+
15
+ div {
16
+ background: #fff;
17
+ padding: 20px;
18
+ margin-bottom: 20px;
19
+ border-radius: 12px;
20
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
21
+ }
22
+
23
+ b {
24
+ font-size: 1.2em;
25
+ color: #007acc;
26
+ }
27
+
28
+ a {
29
+ color: #007acc;
30
+ text-decoration: none;
31
+ }
32
+
33
+ a:hover {
34
+ text-decoration: underline;
35
+ }
36
+
37
+ img {
38
+ display: block;
39
+ margin: 15px auto;
40
+ border-radius: 8px;
41
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
42
+ }
43
+
44
+ model-viewer {
45
+ display: block;
46
+ margin: 20px auto;
47
+ background: #eee;
48
+ border-radius: 8px;
49
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
50
+ }
51
+ </style>
52
 
53
  </head>
54
  <body>