2012-03-06 12:26:15 -08:00
|
|
|
page.title=Style
|
|
|
|
header.justLinks=1
|
|
|
|
footer.hide=1
|
|
|
|
@jd:body
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#landing-graphic-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text-overlay {
|
|
|
|
position: absolute;
|
2012-06-21 17:14:39 -07:00
|
|
|
left: 0;
|
2012-03-06 12:26:15 -08:00
|
|
|
top: 402px;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div id="landing-graphic-container">
|
|
|
|
<div id="text-overlay">
|
|
|
|
Build visually compelling apps that look great on any device.
|
|
|
|
<br><br>
|
|
|
|
<a href="{@docRoot}design/style/devices-displays.html" class="landing-page-link">Devices and Displays</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<a href="{@docRoot}design/style/devices-displays.html">
|
|
|
|
<img src="{@docRoot}design/media/design_elements_landing.png">
|
|
|
|
</a>
|
|
|
|
</div>
|