html body { margin-top: 50px !important; } .jsdfjhdsgjfhdgshf{ position:fixed; width:30px; height:30px; bottom:20px; right:20px; background-color:#0C9; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #999; } .my-float{ margin-top:22px; } #top_form { position: fixed; top:0; left:0; width: 100%; margin:0; z-index: 2100000000; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; border-bottom:1px solid #151515; background:#369eab; height:45px; line-height:45px; background-color:#369eab; } #top_form input[name=url] { width: 550px; height: 20px; padding: 5px; font: 13px "Helvetica Neue",Helvetica,Arial,sans-serif; border: 0px none; background: none repeat scroll 0% 0% #FFF; }

Thanks to visit codestin.com
Credit goes to damms005.dev

{ if (this.theme === 'system') { this.setTheme('system'); } }); } }" x-init="init()">

Software developer, and wannabe keyboardist.

I'm Damilola, believer of Jesus Christ, husband, and father. Enjoy working with Laravel/PHP and Vue/JS. Currently hacking away at DevDb for an awesome experience working with databases in VS Code.

Writing blazing fast Laravel tests

No one wants slow tests. This is especially true if you have a large test suite with lots of database interactions.

Unique field validation in Laravel

When building Laravel applications, and perhaps in any web application, validating user input is important. A common requirement is ensuring...