50e990c64f
Change-Id: Idc55a0b368c1d2c1e7d4999601b739dd57f08eb3
30 lines
615 B
Plaintext
30 lines
615 B
Plaintext
page.title=Style
|
|
header.justLinks=1
|
|
footer.hide=1
|
|
@jd:body
|
|
|
|
<style>
|
|
#landing-graphic-container {
|
|
position: relative;
|
|
}
|
|
|
|
#text-overlay {
|
|
position: absolute;
|
|
left: 0;
|
|
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>
|