Code Monkey home page Code Monkey logo

css-training's Introduction

CSS-training

//it is always key to know HTML Element- these are components that define the the objects EXAMPLES inlcude (paragraphs, links) Tags - they instruct your browser what element it is going to bring. //example of tag- always include the foward slash.

This is a paragraph

//VOID Elements These things do not wrap around content because they are considered content. There are only 16 void element that exist.

//DOM-Document Object Model //Example of HTML/CSS

<title>Default HTML styles</title>

Heading 1

Heading 2

Heading 3

Heading 4

Heading 5
Heading 6
<p>Paragraph - Lorem ipsum dolor sit amet, <a href="#">link</a>! Consectetur adipisicing elit. Nisi voluptatem dignissimos non totam id, cum doloribus minima illum sequi provident similique ipsam porro ducimus animi nemo ipsum corporis aliquid culpa.</p>
<p>Paragraph - Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nisi voluptatem dignissimos <a href="#">another link</a>! Non totam id, cum doloribus minima illum sequi provident similique ipsam porro ducimus animi nemo ipsum corporis aliquid culpa.</p>

note that lorem is actually just a filler.

  • unordered list
  • unordered list
  • unordered list

<ol>
    <li>ordered list</li>
    <li>ordered list</li>
    <li>ordered list</li>
</ol>

//Warming up with different sytles in CSS

<title>Writing Selectors Exercise</title> <style> .item { text-align: center; color:red; }
/* missing class */
  {
  color: red;
}

.picture { border-radius: 5px; }

.description { font-style: italic; text-align: center; } </style>

Chicken Clay Pot

clay pot

Crispy rice baked in clay pot topped with chicken and vegetables

css-training's People

Contributors

colinjr95 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.