Code Monkey home page Code Monkey logo

demo-html-css's Introduction

HTML and CSS - oh the places you will go

Start general and build up

Structure Content Styling

The witches page uses Flexbox

Notes:

Everything outside a flex container and inside a flex item is rendered as usual. The flex container is declared by setting the display property of an element to either flex (rendered as a block) or inline-flex (rendered as inline). Lined up with the flex line.

###More Change the direction content flows

direction: rtl;

Change the direction of the flexible items inside the flex container

flex-direction: row;
flex-direction: row-reverse;
flex-direction: column
flex-direction: column-reverse

justify-content property horizontally aligns the flexible container's items when the items do not use all available space on the main-axis.

-webkit-justify-content: flex-end;
justify-content: flex-end;

flex-start - Default value. Items are positioned at the beginning of the container
flex-end - Items are positioned at the end of the container
center - Items are positioned at the center of the container
space-between - Items are positioned with space between the lines
space-around - Items are positioned with space before, between, and after the lines

demo-html-css's People

Contributors

jasminecain avatar

Watchers

 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.