add css file
This commit is contained in:
parent
a3e9d8909e
commit
3878ebf610
1 changed files with 11 additions and 0 deletions
11
main.css
11
main.css
|
@ -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) ;
|
||||
}
|
Loading…
Add table
Reference in a new issue