mirror of
https://github.com/elenapan/dotfiles.git
synced 2026-01-08 17:57:24 +08:00
uploaded style for custom homepage
Former-commit-id: c249537071
Former-commit-id: 8e022ba4e632862ee523dd567b1975544554a6f8
Former-commit-id: 1baeae8dcbfbca31249f6e48179095f7cde804d5
This commit is contained in:
parent
912d000d9a
commit
f9b3a0694c
1 changed files with 65 additions and 0 deletions
65
style.css
Normal file
65
style.css
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
/* Startpage Css
|
||||
By Dylan Araps */
|
||||
html,
|
||||
body,
|
||||
ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #141111;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block;
|
||||
font-family: 'Iosevka Nerd Font';
|
||||
font-size: medium;
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #292953;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 1px solid #292953;
|
||||
opacity: .4;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
ul {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
li {
|
||||
color: #6E5D8F;
|
||||
display: inline-block;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.5;
|
||||
list-style: none;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #B368A3;
|
||||
text-decoration: none;
|
||||
transition: .2s;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #BF93BB;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue