update profile & colors
This commit is contained in:
parent
ba432c382b
commit
ed4a46e97d
@ -1,6 +1,6 @@
|
|||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background-color: #AAAAAA;
|
background-color: #ab6f94;
|
||||||
font-family: 'Trebuchet MS', sans-serif;
|
font-family: 'Trebuchet MS', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ body {
|
|||||||
color: black;
|
color: black;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
background-color: #888888;
|
background-color: #74b05a;
|
||||||
display: flex;
|
display: flex;
|
||||||
box-shadow:0 8px 12px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.17);
|
box-shadow:0 8px 12px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.17);
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
@ -41,7 +41,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.project:hover {
|
.project:hover {
|
||||||
background-color: #666666;
|
background-color: #609c46;
|
||||||
transform: translateY(-8px);
|
transform: translateY(-8px);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background: #bbbbbb;
|
background: #b3b378;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
padding: 0.3rem;
|
padding: 0.3rem;
|
||||||
@ -17,7 +17,7 @@ button:hover {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Trebuchet MS", sans-serif;
|
font-family: "Trebuchet MS", sans-serif;
|
||||||
background-color: #aaaaaa;
|
background-color: #bf84a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 358 KiB After Width: | Height: | Size: 618 KiB |
@ -17,7 +17,7 @@ button:hover {
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-family: "Trebuchet MS", sans-serif;
|
font-family: "Trebuchet MS", sans-serif;
|
||||||
background-color: #aaaaaa;
|
background-color: #bf84a9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
|
Loading…
Reference in New Issue
Block a user