mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
buy bitcoin guide
This commit is contained in:
@ -8,6 +8,10 @@
|
||||
border: 25px solid red;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
/* logo */
|
||||
|
||||
.brand {
|
||||
@ -336,6 +340,22 @@ pre {
|
||||
/* Common css */
|
||||
|
||||
|
||||
#faq {
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#buy_bitcoin {
|
||||
max-width: 80%;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#buy_bitcoin img{
|
||||
width: 85%;
|
||||
display: block;
|
||||
margin: 20px auto;
|
||||
}
|
||||
|
||||
.caret {
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
|
Reference in New Issue
Block a user