pull/74/merge
Danbi Lee 2 years ago committed by GitHub
commit be8083d65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -726,8 +726,6 @@ Instead of style object using regular styling method is more easy than the one a
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -1004,8 +1002,6 @@ Now, let us put everything together. Here, in the example below, the data is inj
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -1214,8 +1210,6 @@ In the following code example, the list is now containing list elements and it i
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -1420,8 +1414,6 @@ As you can see above, now the lists are formatted properly, but there is a warni
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -77,8 +77,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -1,6 +1,4 @@
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -11,4 +9,4 @@ footer {
font-weight: 400;
text-align: center;
line-height: 60px;
}
}

@ -1,5 +1,4 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -85,7 +85,6 @@ After installing node-sass you can start using Sass in React. Create a styles fo
/* ./styles/header.scss */
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
margin: 0;
}
@ -147,7 +146,6 @@ Naming:
/* ./styles/header.module.scss */
.header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
margin: 0;
}
@ -384,7 +382,6 @@ const Title = styled.h1`
`
const Header = styled.header`
background-color: #61dbfb;
padding: 25;
padding: 10px;
margin: 0;
`

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -19,7 +19,6 @@ const SubTitle = styled.h2`
const Header = styled.header`
background-color: #61dbfb;
padding: 25;
padding: 10px;
margin: 0;
`

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

@ -14,9 +14,8 @@
<title>30 Days Of React App</title>
<style>
/* == General style === */
* {
box-sizing: border-box;
padding: 0;
@ -62,7 +61,6 @@
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -81,8 +79,6 @@
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%;
width: 14%;
}
</style>
</head>
<body>
<div id="root"></div>

@ -45,7 +45,6 @@ h3 {
header {
background-color: #61dbfb;
padding: 25;
padding: 10px;
}
@ -64,8 +63,6 @@ ul li {
}
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
/* Height of the footer */

Loading…
Cancel
Save