skip to Main Content

Laravel blade view relative path – CPanel

I need help with my Laravel Blade view. Currently i'm using <link href="{{asset('css/sample.css')}}" rel="stylesheet"> to generate the path to my sample.css in my public folder every time. Which it'll generate something like <link href="http://mydomainname/css/sample.css" rel="stylesheet"> and it's working well (my…

VIEW QUESTION

Action for image on hover by css – SEO

I have one question about css. Here is example. html: <div class="image"></div> css: .image { width: 250px; height: 250px; background-image: url(image.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; } .image:hover { background-size: 120% 120%; } So In this example everything working…

VIEW QUESTION
Back To Top
Search