mirror of
https://gitlab.com/nekoya/web.git
synced 2025-04-09 23:52:57 +02:00
register*.html - Optimized CSS to be a little shorter
This commit is contained in:
parent
0db09c38b3
commit
040d6f3850
3 changed files with 3 additions and 12 deletions
|
@ -31,10 +31,7 @@
|
|||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
|
|
|
@ -31,10 +31,7 @@
|
|||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
|
|
|
@ -55,10 +55,7 @@
|
|||
position: center;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
border-bottom-left-radius: 20px;
|
||||
border-bottom-right-radius: 20px;
|
||||
border-top-left-radius: 20px;
|
||||
border-top-right-radius: 20px;
|
||||
border-radius: 20px;
|
||||
background-color: #212226;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue