Skip to content

Commit

Permalink
🫓🪨 Updated with Glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (assembly-in-3d) committed Feb 24, 2024
1 parent 39fbdda commit 59ecded
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ Free sample of using assembly instructions in 3D.

Used tech:
<p><b>Concept:</b> Figma</p>
Used CSS classes
<img src="https://cdn.glitch.global/c81030d2-457f-4116-bc03-ffece7947a52/css%20styles.jpg?v=1708365764212">

<p><b>Code:</b> CSS, HTML, pure JS,<a href="https://github.com/google/model-viewer" >model-viewer</a> library</p>
<p><b>Models:</b> Blender, (GLB files)</p>

10 changes: 4 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ div {
width: 94vw;
max-width: 600px;
margin: 0 auto;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-radius: 10px;

}


Expand All @@ -31,8 +31,8 @@ div {
position: relative;
top:0px;
z-index:2;
max-width: 600px;
margin: 0 auto;

}


Expand All @@ -57,10 +57,8 @@ model-viewer {
height: 160px;
text-align: center;
margin: 0px auto;
box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.25);
border: 2px grey;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;



}
Expand Down

0 comments on commit 59ecded

Please sign in to comment.