You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
645 B
54 lines
645 B
header
|
|
{
|
|
background-color: rgba(0, 17.6, 45.5, 0.7);
|
|
}
|
|
|
|
body{
|
|
margin: 0px;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-family: 'Roboto Condensed', sans-serif;
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-size: medium;
|
|
}
|
|
|
|
a{
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
a:visited
|
|
{
|
|
color: rgb(48, 47, 47);
|
|
}
|
|
|
|
nav
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-flow: row nowrap;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.PPIHC
|
|
{
|
|
width: 12%;
|
|
}
|
|
|
|
#PPIHC
|
|
{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
footer
|
|
{
|
|
background-color: rgba(0, 17.6, 45.5, 0.7);
|
|
}
|
|
|
|
#contact
|
|
{
|
|
display: flex;
|
|
align-items: center;
|
|
flex-flow: row-reverse nowrap;
|
|
justify-content:space-around;
|
|
} |