@one-carlosSubmitted about 4 years ago
Does it meet the requirements? Feel free to comment and share your approaches.
Does it meet the requirements? Feel free to comment and share your approaches.
Your solution looks really good, only thing I would suggest would be deleting those 3 commas. :)
Any tips on the button design.
Hello, set your button background as linear-gradient(135deg, #F8BFBF, #EE8C8C);
according to styles document. You can also add button:hover {background: #F8BFBF;}
. Also some border-radius:
, box:shadow
and moving button to left by setting position: absolute or relative
and declaring left:
would be beneficial.
If you want to know how I did it you can look to source code here https://coming-soon-page-gules.vercel.app/.
Give some feedbacks...
It seems completely fine to me. Nice and simple design. Links for sharing are working.