A close up of a gorilla sitting on a pillow on a wooden floor


body, html { margin: 0; padding: 0; height: 100%; } .scene { position: relative; width: 100%; height: 100%; background-color: #87CEEB; /* Sky blue */ overflow: hidden; } .gorilla { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 250px; height: 300px; background-color: #2E2E2E; /* Dark gray */ border-radius: 50%; } .truck { position: absolute; bottom: 20%; left: 50%; transform: translateX(-50%); width: 400px; height: 150px; background-color: #228B22; /* Forest green */ border-radius: 10px; } --auto
Prompts
Prompts kopieren
body
,
html {
margin: 0
;
padding: 0
;
height: 100%
;
}
.
scene {
position: relative
;
width: 100%
;
height: 100%
;
background-color: #87CEEB
;
/* Sky blue */
overflow: hidden
;
}
.
gorilla {
position: absolute
;
bottom: 0
;
left: 50%
;
transform: translateX(-50%)
;
width: 250px
;
height: 300px
;
background-color: #2E2E2E
;
/* Dark gray */
border-radius: 50%
;
}
.
truck {
position: absolute
;
bottom: 20%
;
left: 50%
;
transform: translateX(-50%)
;
width: 400px
;
height: 150px
;
background-color: #228B22
;
/* Forest green */
border-radius: 10px
;
} --auto
Info
Checkpoint & LoRA

Checkpoint
ReV Animated
0 Kommentar(e)
0
0
0