Added openring CSS
This commit is contained in:
parent
a5afb54bf6
commit
1f4639ef98
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
background: #121212;
|
background: #121212;
|
||||||
|
box-shadow: 0 0.7rem 2.3rem 0 rgba(255,255,255,0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-container {
|
.card-container {
|
||||||
@ -47,4 +48,12 @@
|
|||||||
background: #121212;
|
background: #121212;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer h3 {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.webring {
|
||||||
|
background-color: #121212;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -160,7 +160,7 @@ p {
|
|||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 2em 0;
|
/* padding: 2em 0; */
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -429,7 +429,7 @@ tr:nth-child(even) td {
|
|||||||
background: #f5f6f7;
|
background: #f5f6f7;
|
||||||
}
|
}
|
||||||
footer {
|
footer {
|
||||||
height: 17rem;
|
height: 100%;
|
||||||
max-width: 50rem;
|
max-width: 50rem;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: -10rem;
|
margin-top: -10rem;
|
||||||
@ -442,6 +442,10 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer h3 {
|
||||||
|
margin: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.footer-link {
|
.footer-link {
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
}
|
}
|
||||||
@ -450,6 +454,10 @@ footer {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.webring {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* Medium devices (tablets, ~641px and up) */
|
/* Medium devices (tablets, ~641px and up) */
|
||||||
@media only screen and (min-width: 40.063em) {
|
@media only screen and (min-width: 40.063em) {
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user