Skip to content
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)

Category: Tutorials

1SMARTchicken - Code Made Easy

Category: Tutorials

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Blog (1)
  • About Us
  • Tags
  • Donations
1SMARTchicken - Code Made Easy
  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
1SMARTchicken - Code Made Easy

Category: Tutorials

  • Tutorials (195)
  • Reference (2173)
  • Snippets (69)
  • Home
  • Tutorials
  • Page 4
CSS Tutorials

CSS – Using Font Awesome Icons

October 4, 2024 / CSS Tutorials, Tutorials / Text

Font Awesome is a collection of icons that can be used on the page for many purposes including, menu items, list bullets, download icons, etc.

CSS Tutorials

CSS – Using Entities

October 4, 2024 / CSS Tutorials, Tutorials / Text

In CSS/HTML there are specific entities that can be placed via code. This is a list of some of the most used CSS entities and their HTML equivalents.

CSS Tutorials

CSS – Text Link Coloring

October 4, 2024 / CSS Tutorials, Tutorials / Color, Link, Text

An HTML text link is displayed in a different color depending on whether it has been visited, is unvisited, is being hovered over, or is currently active.

CSS Tutorials

CSS – Using Pseudo-Classes and Pseudo-Elements

October 4, 2024 / CSS Tutorials, Tutorials / Link, Text

A pseudo-class is used to define a special state of an element, while a pseudo-element is used to style specified parts of an element.

CSS Tutorials

CSS – Styling HTML Lists

October 5, 2024 / CSS Tutorials, Tutorials / List, Text

In HTML, there are two main types of lists: unordered lists <ul>, which use bullets for each list item and ordered lists <ol>, which use a numbering system.

CSS Tutorials

CSS – Styling HTML Tables

October 5, 2024 / CSS Tutorials, Tutorials / Table

HTML tables can be styled to a point using tag attributes like border, cell-padding, cell-spacing, and width/height. But tables can be greatly improved with CSS.

CSS Tutorials

CSS – Styling HTML Forms

October 5, 2024 / CSS Tutorials, Tutorials / Form

CSS can be used to style the labels, fields, buttons, checkboxes, etc. in an HTML form.

CSS Tutorials

CSS – Applying 2D Transforms to an Element

October 5, 2024 / CSS Tutorials, Tutorials

2D CSS transforms allow you to move, rotate, scale, and skew an element on two planes.

CSS Tutorials

CSS – Applying 3D Transforms to an Element

October 5, 2024 / CSS Tutorials, Tutorials

3D CSS transforms allow you to move, rotate, scale, and skew an element on three planes.

CSS Tutorials

CSS – Applying a Transition to an Element

October 5, 2024 / CSS Tutorials, Tutorials / Animation

CSS transitions allows an element to be changed or moved smoothly, over a given time, creating simple animations.

CSS Tutorials

CSS – Animating HTML Elements

October 5, 2024 / CSS Tutorials, Tutorials / Animation

CSS animations allow for elements to gradually change from one style to another or create movement on the page using keyframes to store the animation data.

CSS Tutorials

CSS – Using a Grid Layout for a Responsive Design

October 5, 2024 / CSS Tutorials, Tutorials / Grid, Layout, Responsive

A CSS grid Layout offers a grid-based system, with rows and columns, making it easier to design web pages without having to use floats and positioning.

CSS Tutorials

CSS – Using Media Queries for a Responsive Design

October 5, 2024 / CSS Tutorials, Tutorials / Layout, Responsive

CSS media queries not only look for the screen size to determine which styles to apply, but also look at the user’s device type and its capabilities.

CSS Tutorials

CSS – Flexbox – Define a Flex Container

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

A Flexbox container allows for a responsive layout structure, giving you complete control over the direction, alignment, order, and size of the boxes.

CSS Tutorials

CSS – Flexbox – Define the Flex Direction

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The flex-direction property defines in which direction a flex container will stack the flex items within.

CSS Tutorials

CSS – Flexbox – Define the Flex Wrap

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The flex-wrap property specifies whether the flex items should wrap or not wrap within the flex container.

CSS Tutorials

CSS – Flexbox – Define Content Justification

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The justify-content property is used to align the flex items within the flex container.

CSS Tutorials

CSS – Flexbox – Vertically Aligning the Content

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The align-items property is used to vertically align the flex items within the flex container.

CSS Tutorials

CSS – Flexbox – Vertically Aligning a Specified Flex Item

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The align-self property defines the alignment for a specified item and overrides the default vertical alignment set by the container’s align-items property.

CSS Tutorials

CSS – Flexbox – Vertically Align Wrapped Content

October 5, 2024 / CSS Flexbox, CSS Tutorials, Tutorials / Layout, Responsive

The align-content property is used to vertically align the wrapped flex lines of items within the flex container.

← Previous 1 … 3 4 5 … 10 Next →

or View All Tags

Tutorials

  • HTML Tutorials (40)
  • CSS Tutorials (45)
    • CSS Flexbox (12)
  • JavaScript Tutorials (18)
  • jQuery Tutorials (13)
  • PHP Tutorials (0)
  • SQL Tutorials (0)
  • Python Tutorials (79)
    • Python File Handling (4)
    • Python and MySQL (11)
  • WordPress Tutorials (0)

Reference

  • HTML Reference (244)
    • HTML Tags (107)
    • HTML Attributes (46)
    • HTML Events (76)
    • HTML Resources (15)
  • CSS Reference (309)
    • CSS Selectors (55)
    • CSS Properties (220)
    • CSS Functions (17)
    • CSS Resources (17)
  • JavaScript Reference (556)
    • JavaScript Selectors (7)
    • JavaScript Operators (12)
    • JavaScript Statements (17)
    • JavaScript Methods (285)
    • JavaScript Properties (162)
    • JavaScript RegExp (45)
    • JavaScript Resources (28)
  • jQuery Reference (220)
    • jQuery Selectors (54)
    • jQuery Methods (140)
    • jQuery Ajax Methods (16)
    • jQuery Properties (17)
    • jQuery Resources (9)
  • PHP Reference (460)
    • PHP Keywords (59)
    • PHP Functions (400)
    • PHP Constants (0)
    • PHP Resources (1)
  • SQL Reference (290)
    • SQL Keywords (59)
    • MySQL Functions (138)
    • SQL Server Functions (83)
    • SQL Resources (10)
  • Python Reference (94)
    • Python Methods (86)
    • Python Resources (8)
  • WordPress Reference (0)

Snippets

  • HTML Snippets (3)
  • CSS Snippets (12)
  • JavaScript Snippets (5)
  • jQuery Snippets (8)
  • PHP Snippets (1)
  • SQL Snippets (3)
  • Python Snippets (1)
  • WordPress Snippets (36)
1SMARTchicken - Code Made Easy

333 Washington Blvd.
Suite 126
Marina del Rey, CA 90292
United States

contact2026@1smartchicken.com

  • About Us
  • Privacy Policy
  • Cookie Policy
  • Terms & Conditions

Search for Code:

or View All Tags

Copyright © 2026 1SMARTchicken | All Rights Reserved.