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.
38 lines
438 B
38 lines
438 B
3 years ago
|
|
||
|
header
|
||
|
{
|
||
|
background-color: #687C96;
|
||
|
background-repeat: no-repeat;
|
||
|
position: fixed;
|
||
|
background-size: 100% 100%;
|
||
|
width: 100%;
|
||
|
text-align:center;
|
||
|
height: 100%;
|
||
|
}
|
||
|
header h1
|
||
|
{
|
||
|
font-family: arial;
|
||
|
text-align: center;
|
||
|
color: rgba(255,120,3,1);
|
||
|
font-size: 3em;
|
||
|
text-shadow: 2pt 2pt 4pt black;
|
||
|
}
|
||
|
|
||
|
header p
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
button
|
||
|
{
|
||
|
width:5%;
|
||
|
height:5%;
|
||
|
}
|
||
|
|
||
|
ul span
|
||
|
{
|
||
|
display:inline;
|
||
|
font-size: 2em;
|
||
|
padding:2%;
|
||
|
color: orange;
|
||
|
}
|