the-hacker-news-rss/src/header.css
hornetfighter515 6d1af3476a Initial commit
2021-07-22 21:21:09 -04:00

44 lines
701 B
CSS

header{
color:white;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
font-size: 1.2rem;
}
/*
#logo {
padding: 10px 0 10px 0;
max-width: 100px;
background-size: 100%;
height: 100px;
}
#logo img{
border-radius: 0.5rem;
max-width: inherit;
max-height: inherit;
background-color: var(--bg);
}
#trademark {
max-width: 200px;
visibility: visible;
display: flex;
flex-direction: column;
justify-content: center;
}
#trademark *{
margin:0px;
padding:0 0 0 1rem;
color:gray;
}
#trademark h1{
font-variant:small-caps;
}
*/
#H{
color:var(--primary);
}
#F{
color:var(--accent);
}