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.
73 lines
1.1 KiB
73 lines
1.1 KiB
1 year ago
|
body {
|
||
|
background-color: #f2eaff;
|
||
|
font-family: Roboto, sans-serif;
|
||
|
margin: 50px;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
color: #774ad8;
|
||
|
margin: 0 0 30px 0;
|
||
|
padding: 0;
|
||
|
font-size: 64px;
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
a:hover {
|
||
|
font-weight: bolder;
|
||
|
}
|
||
|
|
||
|
header img {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
background-color: #774ad8;
|
||
|
border: 2px solid #290f63;
|
||
|
border-radius: 10px;
|
||
|
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
|
||
|
color: white;
|
||
|
margin: 72px auto 24px auto;
|
||
|
padding: 32px;
|
||
|
text-align: left;
|
||
|
width: 800px;
|
||
|
}
|
||
|
|
||
|
main ul {
|
||
|
list-style: none;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
|
||
|
main li {
|
||
|
margin: 18px 0;
|
||
|
padding: 0 12px;
|
||
|
}
|
||
|
|
||
|
main li.highlight {
|
||
|
border-left: 4px solid #fcedae;
|
||
|
color: #fcedae;
|
||
|
padding: 0 8px;
|
||
|
}
|
||
|
|
||
|
main a {
|
||
|
background-color: #fcedae;
|
||
|
border-radius: 4px;
|
||
|
padding: 4px 8px;
|
||
|
}
|
||
|
|
||
|
footer {
|
||
|
margin: 36px 0;
|
||
|
}
|
||
|
|
||
|
footer a {
|
||
|
background-color: #f8c928;
|
||
|
border: 1px solid #774ad8;
|
||
|
border-radius: 4px;
|
||
|
padding: 12px;
|
||
|
}
|