Scrimba React Notes
Scrimba React Notes
LESSON 24:
You will then creaate an App.js file and there you will render your components:
-----------------------------------------------
LESSON 28:
To style the bullets of list elements, you can use the pseudo tag ::marker
-----------------------------------------------
LESSON 29:
main {
padding: 57px 27px;
color: white;
background-image: url(./images/react-icon-
large.png);
background-repeat: no-repeat;
background-position-x: right;
background-position-y: 75%;
(or just:
background-position: right 75%;)
}
_______________________________________________
SECTION 2 -------------------------------------
LESSON 1:
-----------------------------------------------
LESSON 2:
align-self: center
-----------------------------------------------
LESSON 3: