Recently, I came across a sign up page that caught my eye. You can view it here.
Upon inspecting the source code, I discovered that it was built using angular material design. This led me to wonder how I could achieve a similar look using Materialize.css alone. It seemed reminiscent of a Jumbotron in bootstrap, but I found that the implementation was not as straightforward.
I suspect that cards in Materialize may have been used for this design, but despite my efforts, I haven't been able to replicate it successfully. If anyone has insights on effectively utilizing cards in Materialize, I would greatly appreciate your guidance.
Thank you in advance!