Jump to content

Give.css library


Mahmoud Zakaria

Recommended Posts

Hello Internet,

 

This is Mahmoud, front-end developer@Mondia-Media for digital entertainment.

 

I'm looking forward if you would like to check and test my library "Give.css" on this link: https://github.com/mahmoudZakaria90/give

It's a multiple classes to shape styles in css which makes our page more editable and configurable, instead of each time selecting elements and declaring its roles.

 

So, Please check the above link and tell me about it.

 

Thanks

Link to comment
Share on other sites

Unfortunately, this has the same issue as the rest of the CSS frameworks: Mixing content with presentation. In addition to that, it can be replaced by the style attribute, which is more customizable because you can choose the values;

<h1 class="main-title" style="padding:20px; margin: 40px; color: #F00; background-color: #000; text-shadow: 2px 0 #000">Big title</h1>
<button class="primary-btn" style="padding: 0 20px; border-radius: 5px; box-shadow: 4px 0 #000">click</button>

I can't comment further because the documentation is very short.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...