21.9k views
4 votes
3.1.14 Wormhole CodeHS

May I have it in a copy and paste, please?

User Powlette
by
5.3k points

2 Answers

2 votes

Answer:

3.1.14 Wormhole CodeHS

Step-by-step explanation:

3.1.14 Wormhole CodeHS

User VITs
by
4.3k points
3 votes

Below is n example of the CodeHS Wormhole code.

HTML

<!DOCTYPE html>

<html>

<head>

</head>

<body>

<a-scene>

<a-sky color="blue"></a-sky>

<a-sphere color="#ffd700" radius="3" position="2 1 -10">

<a-animation attribute="color" from="#ffd700" to="#000"

repeat="indefinite" dur="3100" ></a-animation>

</a-sphere>

</a-scene>

</body>

</html>

User Sheplu
by
4.6k points