Update style.css
This commit is contained in:
parent
ad649f9fa4
commit
d324d59ac4
1 changed files with 63 additions and 62 deletions
67
style.css
67
style.css
|
@ -1,75 +1,76 @@
|
||||||
body{
|
body {
|
||||||
background-color: #24273a;
|
background-color: #24273a;
|
||||||
color: #cad3f5;
|
color: #cad3f5;
|
||||||
font-family: 'Open Sans';
|
font-family: 'Open Sans';
|
||||||
|
|
||||||
}
|
}
|
||||||
.top{
|
.top {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
margin-left: 10rem;
|
margin-left: 10rem;
|
||||||
|
|
||||||
}
|
}
|
||||||
h1{
|
h1 {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
|
.pfp {
|
||||||
.pfp{
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
float: none;
|
float: none;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
position: absolute
|
position: absolute
|
||||||
|
|
||||||
}
|
}
|
||||||
.pfp:hover{
|
.pfp:hover {
|
||||||
scale: 125%;
|
scale: 125%;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
p{
|
p {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
h3{
|
h3 {
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
}
|
}
|
||||||
.logo{
|
.logo,
|
||||||
top: rem;
|
.logo2 {
|
||||||
margin-left: 1rem;
|
width: 2rem;
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
}
|
}
|
||||||
.logo2{
|
.logo:hover,
|
||||||
margin-left: 2rem;
|
.logo2:hover {
|
||||||
position: relative;
|
|
||||||
float: none;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
.logo:hover{
|
|
||||||
background-color: #b7bdf8;
|
background-color: #b7bdf8;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
scale: 125%;
|
scale: 125%;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
transition: 0.3s;
|
transition: 0.3s;
|
||||||
|
}
|
||||||
|
.logo:hover {
|
||||||
content: url(catpdiscordhover.png);
|
content: url(catpdiscordhover.png);
|
||||||
|
|
||||||
}
|
}
|
||||||
.logo2:hover{
|
.logo2:hover {
|
||||||
background-color: #b7bdf8;
|
|
||||||
padding: 5px;
|
|
||||||
scale: 125%;
|
|
||||||
border-radius: 10px;
|
|
||||||
transition: 0.3s;
|
|
||||||
content: url(catpghover.png);
|
content: url(catpghover.png);
|
||||||
}
|
}
|
||||||
h4{
|
h4 {
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
}
|
}
|
||||||
.aboutbox{
|
.aboutbox {
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
a:link{
|
a:link {
|
||||||
color: #c6a0f6;
|
color: #c6a0f6;
|
||||||
}
|
}
|
||||||
a:visited {
|
a:visited {
|
||||||
color: #b7bdf8;
|
color: #b7bdf8;
|
||||||
}
|
}
|
||||||
|
.buttons {
|
||||||
|
margin-left: 1rem;
|
||||||
|
height: 4rem;
|
||||||
|
display:flex;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
.buttons .btn {
|
||||||
|
width: 3rem;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue