V1 with content
This commit is contained in:
35
style.css
35
style.css
@@ -49,6 +49,29 @@ p, li {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#cool-stuff a {
|
||||
font-size:larger;
|
||||
color:#df2929;
|
||||
}
|
||||
|
||||
#cool-stuff a:hover {
|
||||
color:#ff5e5e;
|
||||
}
|
||||
|
||||
#cool-stuff li {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
#sideBar a {
|
||||
color:grey;
|
||||
}
|
||||
|
||||
#sideBar a:hover {
|
||||
color:#b4b4b4;
|
||||
}
|
||||
|
||||
#all {
|
||||
padding:2% 20%;
|
||||
}
|
||||
@@ -113,3 +136,15 @@ p, li {
|
||||
cursor: pointer;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
.profile {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
gap: 12px;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.profile p {
|
||||
margin: 0;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user