Replace properties with shorthand version

This commit is contained in:
EnumDev 2025-03-27 12:00:21 +02:00
parent 0b80bd8a90
commit 7f645bf66c
3 changed files with 6 additions and 14 deletions

View File

@ -10,20 +10,16 @@
#pfp { #pfp {
border: #9c9c9c; border: 5px solid #9c9c9c;
border-style: solid;
border-radius: 50px; border-radius: 50px;
border-width: 5px;
margin-bottom: 50px; margin-bottom: 50px;
box-shadow: 10px 10px 5px rgba(0,0,0,0.5); box-shadow: 10px 10px 5px rgba(0,0,0,0.5);
} }
#info { #info {
background: #575757; background: #575757;
border: #9c9c9c; border: 5px solid #9c9c9c;
border-style: solid;
border-radius: 50px; border-radius: 50px;
border-width: 5px;
padding: 20px; padding: 20px;
opacity: 0; opacity: 0;
box-shadow: 10px 10px 5px rgba(0,0,0,0.5); box-shadow: 10px 10px 5px rgba(0,0,0,0.5);

View File

@ -3,12 +3,10 @@
position: relative; position: relative;
min-height: 150px; min-height: 150px;
margin: 25px; margin: 25px;
background: #575757;
border: #9c9c9c;
border-style: solid;
border-radius: 50px;
border-width: 5px;
padding: 20px; padding: 20px;
background: #575757;
border: 5px solid #9c9c9c;
border-radius: 50px;
opacity: 0; opacity: 0;
float: left; float: left;
clear: both; clear: both;

View File

@ -1,8 +1,6 @@
html { html {
background: url("assets/background.jpg"); background: url("assets/background.jpg") no-repeat fixed;
background-repeat: no-repeat;
background-size: cover; background-size: cover;
background-attachment: fixed;
} }
html * { html * {