Added content to landing page and team page.

The secure website section needs to be reformatted
so that it has matching style along with the rest of the website.
This commit is contained in:
2017-10-29 22:43:40 -04:00
parent a491c4b921
commit 53d2ff7547
6 changed files with 116 additions and 34 deletions

View File

@@ -21,13 +21,20 @@ time, mark, audio, video
background:transparent;
}
/*
body {
background : lightgrey;
background-image: url("../assets/redcedarbackground.jpg");
background-position: center;
background-size: cover;
}
*/
body{
background: darkgreen;
}
header {
padding-top: 1em;
background : white;
background : rgba(255,255,255,1);
text-align: center;
line-height: 3em;
}
@@ -36,20 +43,57 @@ header h1 {
font-size : 2em;
}
nav a{
color : darkgray;
a{
color : rgba(100,100,100,1);
font-style: normal;
text-decoration : none;
background : inherit;
}
nav a:hover{
color : black;
background: lightgrey;
font-size:1.1em;
a:hover{
color : rgba(0,0,0,1);
}
div.card{
border:thick black;
display:inline-block;
text-align: left;
margin: 1em auto;
border: medium solid black;
border-radius: 10px;
/*height: 550px;*/
width: 700px;
background: rgba(255,255,255,1);
}
div.card h2{
margin-top: 0.75em;
margin-bottom: 0.75em;
text-align: center;
}
div.card img{
height:400px;
width:300px;
border:thick solid black;
display:block;
padding: 5px;
margin: auto;
}
div.card p{
padding: 0 4em;
margin: 0.75em 0;
}
div.card ul{
margin-left: 75px;
margin-bottom: 25px;
display: block;
}
div.team h1{
font-size: 3em;
text-align: center;
margin: 0.75em 0;
color: white;
}