You need to give us a lot more details if you want any type of qualified guesses.
Exactly which of the methods on that web-site did you use?
None of those methods will give you a binary copy of the database. All of them uses some type of export/import. This means that it is expected that the size isn't the same. In order to say more we need to know things such as if it it the data or transaction log that is larger? If you have free space? Where this free space is? Are your tables/indexes larger? Or do you have unused pages/extents in the database file? Or perhaps you have compression in your SQL Database and the export method you use didn't carry the compression setting over.
So many possibilities...