Skip to content

AlizayAyesha/Sassy-Sass-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Saasy:

Sass Project 1:

Overview

Saasy is a stylish Sass project showcasing the power of variables in CSS styling. In this project, we've created a simple web page using only Sass variables to define colors and styles.

Features

Variable Styling: Utilizes Sass variables to define colors and styles for consistent theming across the website. Card Layout: Displays information cards with images of beloved characters Tom and Jerry. Responsive Design: Ensures that the website looks great on all devices, thanks to flexible and responsive styling.

Results:

image

Sass Project 2:

Overview

A simple web styling from very basic with the help of nesting.

Features

Global Reset:Resets margin, padding, and box-sizing globally. Responsive Container:Creates a responsive layout with a background image. Navigation Bar:Provides a styled navigation bar at the top of the page. Hover Effect:Navigation links change color and display a border on hover. Flexible Styling: Modular and easy to customize.

Usage:

Include the SCSS: Compile the provided SCSS file (style.scss) to CSS.
Container Setup: Wrap your content in a<div> with the class container.
Navigation Links: Customize the navigation links by modifying the HTML structure inside the nav element.
Customization: Adjust the colors, margins, and other properties in the SCSS file to match your design.

Results:

image

Sass Project 3:

Overview

The accompanying CSS file styles the cards using mixins for basic styles and content styles. Each card has a gradient background corresponding to its tier, and the "Choose" button has a black background with white text.

Features

Overall, this code creates a visually appealing pricing page for a service with three different tiers.

Results:

image

Releases

No releases published

Packages

No packages published