Skip to content

AgustinBeniteez/agustinbeniteez.github.io

Repository files navigation

Website Elements CSS DAJ

tutorial tutorial
This is the official repository for the Elements CSS DAJ website. This project is a collection of CSS design elements created by AgusTheKing to facilitate web development and enhance the aesthetics of web pages.

Contents

Description

Elements CSS DAJ is a set of CSS styles designed to be easily integrated into web projects. These styles are intended to enhance the appearance and usability of common elements on web pages, such as buttons, forms, typography, among others.

Features

  • Modern and minimalist styles.
  • Fully customizable.
  • Responsive and compatible with different devices.
  • Lightweight and optimized for optimal performance.
  • Easily integrable into existing projects.

|🔧 Tutorial

CSS styles can be embedded in any website using the following steps:

1. | Go to the Main Menu of elements Elements CSS DAJ

2. | Select the element to embed by clicking the Show Code { } button Show Code{}

3. | Copy the HTML of the element

Example:
<button class="button5">YouTube</button>

Copy in Orange Button HTML: Copy Code{}

3.1 ·| With the copied element, paste it into the of the HTML where you want to embed it (depending on where you want to put it, it will be in one div or another)

4 ·| Copy the CSS of the element

Copy in Orange Button Css:Copy Code{}

4.1. | With the copied element CSS, there are 2 ways to add it to the HTML


1. In a <style> (With a <style>, you only need to insert a tag in the html, which is written as <style></style>, and in between the css you want to embed)

2. In a CSS File, Create a document any desired name + .css example: (style.css) and in that document paste the copied css and to link it, we would use this code in the head:

<link rel="stylesheet" href="styles.css">

change href according to the name and location of the .css file

|🔧🎞️ Video Tutorials



Contribution

Contributions are welcome! If you have ideas to improve Elements CSS DAJ, feel free to open an issue or submit a pull request. Before doing so, please make sure to review the contribution guidelines.

License 📖

This project is licensed under the CC BY-NC 4.0 DEED,which you can review in the LICENSE.md file.


Created by Agustín Benítez López.
GitHub Org's stars