27 lines
360 B
CSS
27 lines
360 B
CSS
|
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
|
||
|
|
||
|
|
||
|
:root {
|
||
|
background-color: #ce3426;
|
||
|
color: #ffffff;
|
||
|
font-family: "Titillium Web";
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
a:link {
|
||
|
color: #ffffff
|
||
|
}
|
||
|
|
||
|
a:visited {
|
||
|
color: #ffffff
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #ffffff
|
||
|
}
|
||
|
|
||
|
.icon {
|
||
|
width: 40%;
|
||
|
margin-top: 15%;
|
||
|
}
|