CSS components are a list of dictionary that can be used to create a CSS styling fast and easily. These components are very easy to use and can be used to create a CSS styling in a few lines of code. Here is lots of customization options are available. Let's get started.
To use CSS components, you have to import the fronty.css module methods. CSS, Selector and Style are the methods of fronty.css module. Here is an example of using fronty.css module methods:
With this you can create a selector in a html website. But it is not enough to create a css file. You have to add some properties to the selector. To add properties to the selector, you have to use the properties attribute of the Selector element. Here is an example:
Here we have provided a dictionary in properties method of Selector class. The keys of the dictionary are the properties of the CSS component and the values of the dictionary are the values of the properties. You can add as many properties as you want. You can also add multiple selectors in a CSS file. Here is an example:
fromfronty.cssimportCSS,Selectorfromfronty.htmlimportHtml,Head,Title,Meta,Style,Body,H1css=CSS(Selector('body').properties({"background-color":"red","color":"white","font-size":"20px","font-weight":"bold","padding":"10px","border-radius":"5px","border":"1px solid black"}),Selector('h1').properties({"color":"blue","font-size":"30px","font-weight":"bold","padding":"10px","border-radius":"5px","border":"1px solid black"}),)...# Now we will add the style component to the html componenthtml=Html(Head(Title('My Website'),Meta(charset="UTF-8"),Meta(name="viewport",content="width=device-width, initial-scale=1.0"),Style(css.render())),Body(H1('Hello World')))print(html.render())