<?xml version="1.0" encoding="utf-8"?>
<mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns="http://www.degrafa.com/2008"
    layout="absolute" viewSourceURL="srcview/index.html">
    
    <mx:Style
        source="/assets/style/style.css"/>
        
    <mx:Label text="Advanced CSS" top="30" right="30" styleName="title"/>
        
    <mx:Panel
        title="Panel Styled with CSS"
        width="600"
        height="300"
        top="90"
        horizontalCenter="0"/>
    
</mx:Application>