user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 30, 2022open-state

CSS Flexbox

To set the layout of the items in a flex container to either a row or column use the flex-direction property like this: .container{ display:flex; flex-direction: row }

-

CSS Flexboxlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 29, 2022open-state

CSS Grid

fraction

-

CSS Gridlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 29, 2022open-state

Styling with CSS

font: italic 24px Times;

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 27, 2022open-state

Styling with CSS

"Times New Roman" is not a font—it is a typeface

A typeface is a group of related fonts.A font is a specific version of a typeface.

The quotes are recommended for font families that have spaces in the name.

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 27, 2022open-state

Styling with CSS

documentation

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 25, 2022open-state

Styling with CSS

innermost

outermost

A p element is specifically meant to contain text

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 19, 2022open-state

النماذج الأساسية للربح عبر الإنترنت

أمثلة عن نموذج البيع بالعمولة..

-

النماذج الأساسية للربح عبر الإنترنتlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 19, 2022open-state

Styling with CSS

A style applied at a lower level can override a style at a higher level. For instance, if the body has color: red but a paragraph within the body has color: blue, the blue will apply to that paragraph and to any elements inside it:

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 19, 2022open-state

Styling with CSS

completed items are crossed out

-

Styling with CSSlearn.udacity.com

user-profile-img

Nada Hesham

@dodyhesham200128jqrhr661• Jul 19, 2022open-state

Styling with CSS

A class is a group of things with the same characteristics.

except you place a . in front of it.

ID is when you'd apply characteristics to one element

-

Styling with CSSlearn.udacity.com