first draft
This commit is contained in:
parent
005ea8d7d9
commit
ccdb46c7a7
3 changed files with 38 additions and 17 deletions
12
index.css
12
index.css
|
|
@ -102,6 +102,12 @@ a {
|
|||
|
||||
.topics {
|
||||
font-size: 3em;
|
||||
flex: 1;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.post {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.software a:hover {
|
||||
|
|
@ -113,14 +119,10 @@ a {
|
|||
.trading a:hover {
|
||||
color: #d50032;
|
||||
}
|
||||
.interview-problems a:hover {
|
||||
.algorithms a:hover {
|
||||
color: #6a0dad;
|
||||
}
|
||||
|
||||
.logo {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.topic a {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue