answersLogoWhite

0

A skyscraper such as New York City's Chrysler Building could easily fit wholly within it. The floor of the cave is a 333 meter (1092 ft) freefall drop from the lowest side of the opening, with a 370 meter (1,214 ft) drop from the highest side.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How can you use bold in sentence?

The bold firefighter went in the burning building.


What is a saying written on a building or statue?

"Fortune favors the bold."


What is the opposite bold?

The opposite of bold could be timid, cautious, or reticent.


What is opposite of bold?

The opposite of bold could be timid, cautious, or reticent.


Is blackberry smartphones made from Mexico?

yes some are made from Mexico like the blackberry bold but some are made by Canada and or Hungary


What is the opposite of bold?

The opposite of bold could be timid, cautious, or reticent.


What colours can you get the blackberry bold in?

you could get the blackberry bold in is black and possibaly white....... :)


Which sentence uses the word compassionate and bold?

He could be both compassionate and bold when the wanted to be.


What is the irregular comparative for bold?

Bold most often takes a regular comparative (bolder) but I suppose you could say "more bold."


What is the most efficient way to make a row of text bold in every worksheet in a file?

There are different possibilities. You could use a Style to do it. You could also individually select each row you want to bold and apply the bold setting to it. You could do it using a macro.


What is the correct CSS syntax for making all the span elements bold?

To make all span elements bold, use the an element selector, and the font-weight property, like so: span { font-weight: bold; }


What selector would you use to select all strong tag?

.bold { font-face: bold; } In the stylesheet, and <p class="bold"> Loru ipsum ... For a single paragraph, or <span class="bold"> to encompass multiple elements; I guess you could declare a <div> also