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 { footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: 60px; height: 60px;
/* Height of the footer */ /* Height of the footer */
@ -1004,8 +1002,6 @@ Now, let us put everything together. Here, in the example below, the data is inj
} }
footer { footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: 60px; height: 60px;
/* Height of the footer */ /* Height of the footer */
@ -1214,8 +1210,6 @@ In the following code example, the list is now containing list elements and it i
} }
footer { footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: 60px; height: 60px;
/* Height of the footer */ /* 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 { footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: 60px; height: 60px;
/* Height of the footer */ /* Height of the footer */

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

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

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

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

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

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

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

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

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

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

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

@ -14,7 +14,6 @@
<title>30 Days Of React App</title> <title>30 Days Of React App</title>
<style> <style>
/* == General style === */ /* == General style === */
* { * {
@ -62,7 +61,6 @@
header { header {
background-color: #61dbfb; background-color: #61dbfb;
padding: 25;
padding: 10px; padding: 10px;
} }
@ -81,8 +79,6 @@
} }
footer { footer {
position: absolute;
bottom: 0;
width: 100%; width: 100%;
height: 60px; height: 60px;
/* Height of the footer */ /* Height of the footer */
@ -101,9 +97,7 @@
border-radius: 50%; border-radius: 50%;
width: 14%; width: 14%;
} }
</style> </style>
</head> </head>
<body> <body>
<div id="root"></div> <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 */ /* ./styles/header.scss */
header { header {
background-color: #61dbfb; background-color: #61dbfb;
padding: 25;
padding: 10px; padding: 10px;
margin: 0; margin: 0;
} }
@ -147,7 +146,6 @@ Naming:
/* ./styles/header.module.scss */ /* ./styles/header.module.scss */
.header { .header {
background-color: #61dbfb; background-color: #61dbfb;
padding: 25;
padding: 10px; padding: 10px;
margin: 0; margin: 0;
} }
@ -384,7 +382,6 @@ const Title = styled.h1`
` `
const Header = styled.header` const Header = styled.header`
background-color: #61dbfb; background-color: #61dbfb;
padding: 25;
padding: 10px; padding: 10px;
margin: 0; margin: 0;
` `

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save