All Projects → amine1107 → Stylizer

amine1107 / Stylizer

Licence: MIT License
Stylizer is a flexible Css framework based on the visual aspect, the framework offers you a clean and easy work.

Programming Languages

CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Stylizer

aioneframework
Aione Framework: All-in-one lightweight mobile first front-end framework to design websites, web applications, mobile applications, progressive web applications having large number of examples, documentation, tutorials, community support, components.
Stars: ✭ 13 (-70.45%)
Mutual labels:  css-framework, grid-layout, responsive-web-design
Snack
🍱 A minimal CSS framework for web.
Stars: ✭ 117 (+165.91%)
Mutual labels:  css3, css-framework, grid-layout
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (+234.09%)
Mutual labels:  css3, css-framework
Bahunya
10KB classless CSS framework with responsive typography, navbar, syntax highlighting, etc.
Stars: ✭ 170 (+286.36%)
Mutual labels:  css3, css-framework
musicWebTemplate
Free website template built for musicians / artists to promote their music and connect to their audience.
Stars: ✭ 26 (-40.91%)
Mutual labels:  css3, responsive-web-design
Tacit
CSS Framework for Dummies, Without Classes
Stars: ✭ 1,344 (+2954.55%)
Mutual labels:  css3, css-framework
Bootstrap4 Website
Website built with bootstrap 4 Framework
Stars: ✭ 124 (+181.82%)
Mutual labels:  css3, css-framework
onlineResume
Harry's personal website
Stars: ✭ 15 (-65.91%)
Mutual labels:  css3, grid-layout
H5ui
Lightweight, elegant open source mobile UI style library.
Stars: ✭ 44 (+0%)
Mutual labels:  css3, css-framework
grid-garden
Solutions to CSS Grid Garden
Stars: ✭ 79 (+79.55%)
Mutual labels:  css3, grid-layout
swatch
A lightweight, modern theming library based on CSS variables and the setter/getter pattern.
Stars: ✭ 14 (-68.18%)
Mutual labels:  css3, css-framework
vanilla-js
Projects using pure JavaScript without any external libraries or frameworks
Stars: ✭ 129 (+193.18%)
Mutual labels:  css3, responsive-web-design
Personal Goals
List of books I've read, projects I've done, videos I've seen, articles I've read or podcasts I've listened to.
Stars: ✭ 75 (+70.45%)
Mutual labels:  css3, grid-layout
Box Css Framework
Box - CSS Framework
Stars: ✭ 138 (+213.64%)
Mutual labels:  css3, css-framework
Flex One
1 CSS Class Layout System made with Flex
Stars: ✭ 47 (+6.82%)
Mutual labels:  css3, css-framework
Shorthand
Feature rich CSS framework for the new decade https://shorthandcss.com
Stars: ✭ 230 (+422.73%)
Mutual labels:  css3, css-framework
strawberry
A new flexbox based CSS micro-framework.
Stars: ✭ 71 (+61.36%)
Mutual labels:  css3, css-framework
Cirrus
☁️ The CSS framework for the modern web.
Stars: ✭ 716 (+1527.27%)
Mutual labels:  css3, css-framework
Gaintime
GainTime é um framework de HTML, CSS e JS para desenvolvimento de projetos responsivos, focado na simplicidade.
Stars: ✭ 19 (-56.82%)
Mutual labels:  css3, grid-layout
60gs
60GS - 60 Columns Grid System based on CSS Grid Layout
Stars: ✭ 65 (+47.73%)
Mutual labels:  css-framework, grid-layout

Stylizer V3.0

Stylizer is a flexible Css framework,Based on the visual aspect, the framework offers you a clean and easy work

GitHub issues GitHub forks GitHub stars GitHub license

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Download the minified file

the installation of Stylizer is very simple, you can get a copy by downloading the minified file

Using CDN

<link rel="stylesheet" type="text/css" media="screen" href="https://gitcdn.xyz/repo/amine1107/Stylizer/master/Stylizer.min.css" />          

Using Git

You can also clone the project using Git

$ git clone https://github.com/amine1107/Stylizer.git

Using Npm

$ npm i Stylizer

Running the tests

You can simply add Lightx to your file Html

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>Your Title | Make some awesome stuff</title>
  <link rel="icon" href="../favicon.ico">
  <!-- Add the Path where is your file --> 
  <link rel="stylesheet" type="text/css" media="screen" href="../path/Stylizer.min.css" />
</head>
<body>
  <!-- Your Content -->
  
  <h1>Hello World</h1>
  
</body>
</html>  

Exemple

Grids

Stylizer contain 12 responsive grids

<div class="container">
  <div class="row">
     <div class="col-md-6>
       <h1>Hello World</h1>
     </div>
  </div>
</div>

For more Informations visit :

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a build.
  2. Update the README.md with details of changes to the interface, this includes new environment variables, exposed ports, useful file locations and container parameters.
  3. Increase the version numbers in any examples files and the README.md to the new version that this Pull Request would represent. The versioning scheme we use is SemVer.
  4. You may merge the Pull Request in once you have the sign-off of two other developers, or if you do not have permission to do that, you may request the second reviewer to merge it for you.

Code of Conduct

Our Pledge

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

Our Standards

Examples of behavior that contributes to creating a positive environment include:

  • Using welcoming and inclusive language
  • Being respectful of differing viewpoints and experiences
  • Gracefully accepting constructive criticism
  • Focusing on what is best for the community
  • Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

  • The use of sexualized language or imagery and unwelcome sexual attention or advances
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • Public or private harassment
  • Publishing others' private information, such as a physical or electronic address, without explicit permission
  • Other conduct which could reasonably be considered inappropriate in a professional setting

Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.

Scope

This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.

Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [[email protected]]. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.

Licence

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].