Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Queues - Andrea Valliere - Meowspace #23

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Changed background, font, and link colors
avalliere committed Mar 17, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c2964a4b40e99eebd8440799ca6c7d9caa75cd7f
15 changes: 13 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
@@ -20,10 +20,13 @@ a {
color: #19B5FE;
}

a:hover {
color: #DC3023;
}

/* HEADER */

header {
/*background-color: #6C7A89;*/
background-color: #333;
height: 100px;
position: fixed;
@@ -85,11 +88,15 @@ header li {
/* HERO */

/* POSTS */
main {
background-color: #6C7A89;
}

#pop_posts {
font-size: 4em;
text-align: center;
margin: 50px 50px;
color: #ECF0F1;
}

.posts article {
@@ -100,13 +107,15 @@ header li {
height: 300px;
vertical-align: top;
margin: 10px;
background-color: #fff;
}

.posts {
margin: 20px 15% 20px 20%;
}

.posts article h3 {
color: #DC3023;
border-bottom: solid black 2px;
padding: 15px 10px 15px 10px;
margin-top: 10px;
@@ -132,14 +141,15 @@ header li {

/* JOIN THE CLUB */
#club {
border: solid black 2px;
height: 400px;
clear: both;
background-color: #DC3023;
}

#club h2 {
font-size: 3em;
margin-left: 10%;
color: #fff;
}

#club p {
@@ -148,6 +158,7 @@ header li {
margin-left: 10%;
text-align: justify;
margin-top: 5%;
color: #fff;
}

#club img {