beautified my css and html

This commit is contained in:
2023-05-21 16:46:20 +01:00
parent 748fb0b366
commit 1c1b367397
2 changed files with 19 additions and 18 deletions

View File

@@ -1,14 +1,14 @@
*{
* {
box-sizing: border-box;
margin: 0px;
}
b{
b {
color: #007AFF
}
a{
color: #41b6e8;
a {
color: #007AFF
}
.topbar{
.topbar {
position: fixed;
top: 0px;
backdrop-filter: blur(2.5px);
@@ -17,18 +17,18 @@ a{
-webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.4);
width: 100%;
}
body{
body {
background-color: #f2f2f2;
color: #222222;
font-family: system-ui;
height: 100%;
}
p{
p {
font-size: 20px;
padding-left: 20px;
padding-right: 20px;
}
h1{
h1 {
font-size: 45px;
font-weight: 750;
padding-top: 0px;
@@ -37,7 +37,7 @@ h1{
padding-right: 20px;
position: fixed;
}
h2{
h2 {
font-size: 35px;
font-weight: 300;
padding-top: 0px;
@@ -45,7 +45,7 @@ h2{
padding-left: 20px;
padding-right: 20px;
}
h3{
h3 {
font-size: 25px;
font-weight: 200;
padding-top: 0px;
@@ -58,7 +58,7 @@ h3{
background-color: #1C1C1E;
color: #f2f2f2;
}
.topbar{
.topbar {
box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25);
-webkit-box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.25);
@@ -67,12 +67,12 @@ h3{
#transaction {
background-color: #222222;
}
p{
p {
color: #e6e6e6;
}
}
@media screen and (max-width: 600px) {
*{
* {
width: 100%;
}
}