1
0
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:
papee
2020-08-18 09:17:58 +02:00
parent b54574d5ca
commit 2bba894d67
11 changed files with 131 additions and 20 deletions

View File

@ -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;