Update style.css

This commit is contained in:
мекатів 2024-01-17 21:52:12 +02:00 committed by GitHub
parent ad649f9fa4
commit d324d59ac4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,24 +2,21 @@ body{
background-color: #24273a;
color: #cad3f5;
font-family: 'Open Sans';
}
.top {
display: inline-block;
margin-left: 10rem;
}
h1 {
margin-left: 1rem;
}
.pfp {
border-radius: 50%;
padding: 1rem;
float: none;
transition: 0.3s;
position: absolute
}
.pfp:hover {
scale: 125%;
@ -31,34 +28,25 @@ p{
h3 {
margin-top: 4rem;
}
.logo{
top: rem;
margin-left: 1rem;
.logo,
.logo2 {
width: 2rem;
float: left;
position: relative;
transition: 0.3s;
}
.logo2{
margin-left: 2rem;
position: relative;
float: none;
transition: 0.3s;
}
.logo:hover{
background-color: #b7bdf8;
padding: 5px;
scale: 125%;
border-radius: 10px;
transition: 0.3s;
content: url(catpdiscordhover.png);
}
.logo:hover,
.logo2:hover {
background-color: #b7bdf8;
padding: 5px;
scale: 125%;
border-radius: 10px;
transition: 0.3s;
}
.logo:hover {
content: url(catpdiscordhover.png);
}
.logo2:hover {
content: url(catpghover.png);
}
h4 {
@ -73,3 +61,16 @@ a:link{
a:visited {
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;
}