colors for 01-grid-layout
This commit is contained in:
parent
4eea74d31f
commit
e22d17a796
|
@ -1,4 +1,5 @@
|
||||||
body, html {
|
body,
|
||||||
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -20,19 +21,23 @@ body, html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #FFDE22;
|
background-color: #008578
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: #FF7755;
|
background-color: #007bc5
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
background-color: #00DDFF;
|
background-color: #642cde
|
||||||
}
|
}
|
||||||
|
|
||||||
.article {
|
.article {
|
||||||
background-color: #bccbde;
|
background-color: #9126de
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: #393f4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article p {
|
.article p {
|
||||||
|
@ -42,10 +47,6 @@ body, html {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
|
||||||
background-color: #393f4d;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* SOLUTION */
|
/* SOLUTION */
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
@ -65,4 +66,4 @@ body, html {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
grid-column: 1 / 3;
|
grid-column: 1 / 3;
|
||||||
}
|
}
|
|
@ -1,4 +1,5 @@
|
||||||
body, html {
|
body,
|
||||||
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
@ -20,19 +21,23 @@ body, html {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
background-color: #FFDE22;
|
background-color: #008578
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
background-color: #FF7755;
|
background-color: #007bc5
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav {
|
.nav {
|
||||||
background-color: #00DDFF;
|
background-color: #642cde
|
||||||
}
|
}
|
||||||
|
|
||||||
.article {
|
.article {
|
||||||
background-color: #bccbde;
|
background-color: #9126de
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: #393f4d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article p {
|
.article p {
|
||||||
|
@ -40,8 +45,4 @@ body, html {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
color: white;
|
color: white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
|
||||||
background-color: #393f4d;
|
|
||||||
}
|
|
Loading…
Reference in New Issue