add css file

This commit is contained in:
hikari 2023-07-21 17:39:12 +03:30
parent a3e9d8909e
commit 3878ebf610

View file

@ -0,0 +1,11 @@
#main {
background: #191919;
border-radius: 20px;
opacity: 100;
border: 2px solid #0052ff;
}
#pushButton{
background: #ff0000;
border-radius: 10px;
border-image:url(:x-lg.svg) ;
}