44 line
885 B
CSS
44 line
885 B
CSS
.B {
|
|
display: grid;
|
|
grid-template-columns: repeat(5, 1fr);
|
|
gap: 20px;
|
|
list-style: none;
|
|
line-height: 1.55;
|
|
font-size: x-large;
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
background-color:rgb(245, 228, 208);
|
|
}
|
|
|
|
nav a {
|
|
color: rgb(243, 198, 142);
|
|
text-decoration: none;
|
|
text-align: center}
|
|
|
|
a {color:hotpink;
|
|
text-decoration: none;
|
|
font-weight: bold ;
|
|
font-size: x-large;
|
|
}
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
text-align: justify;
|
|
color: bisque;
|
|
}
|
|
|
|
body{
|
|
font-family: AeonikPro-Bold,Arial,sans-serif;
|
|
font-size: .9333333333rem;
|
|
letter-spacing: 0; ;
|
|
}
|
|
|
|
a:hover {font-weight: bold;
|
|
color:fuchsia;
|
|
text-decoration: underline;}
|
|
|
|
nav a:hover {font-weight: bold;
|
|
color:coral}
|
|
|
|
|
|
|