Changes or whatever
This commit is contained in:
parent
aaf2c39d16
commit
7fafd5b927
9 changed files with 42 additions and 19 deletions
|
@ -28,7 +28,6 @@
|
|||
color:#ffffff;
|
||||
font-size:16px;
|
||||
text-decoration: none;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
.sb_link:hover {
|
||||
|
@ -42,6 +41,7 @@
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
max-width: calc(100% - 1.2em);
|
||||
}
|
||||
|
||||
|
@ -52,8 +52,8 @@
|
|||
max-width: calc(100% - 2em);
|
||||
}
|
||||
|
||||
.personal {color:#fc3f5b;}
|
||||
.nixfox {color:#2abafc;}
|
||||
.personal { color:#fc3f5b; }
|
||||
.nixfox { color:#2abafc; }
|
||||
|
||||
.pers:hover {color:#fca9c0;}
|
||||
.fox:hover {color:#a9c0fc;}
|
||||
.pers:hover { color:#fca9c0; }
|
||||
.fox:hover { color:#a9c0fc; }
|
||||
|
|
|
@ -10,16 +10,25 @@
|
|||
body {
|
||||
color: #141414;
|
||||
background-color: #DDE1E9;
|
||||
padding-bottom: 5em;
|
||||
}
|
||||
|
||||
a {
|
||||
color:#b7162e;
|
||||
cursor: crosshair;
|
||||
outline: 1px solid transparent;
|
||||
margin: 0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
outline: 2px solid;
|
||||
font-weight: bold;
|
||||
outline: 3px solid;
|
||||
transition: 0.3s;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
@ -27,15 +36,20 @@ a:hover {
|
|||
width:60%;
|
||||
max-width:50em;
|
||||
margin: auto;
|
||||
|
||||
top: 3em;
|
||||
left: 6.5em;
|
||||
|
||||
padding-top: 1em;
|
||||
padding-bottom: 1em;
|
||||
padding-left: 3em;
|
||||
padding-right: 3em;
|
||||
|
||||
background-color: #EFF1F5;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
width: 100%;
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue