Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 80a5a22c98d158e4a8214e0c406345103851f7f0
  • main default protected
  • master
  • remove-text-area
  • captcha
5 results

v_general_select.php

Blame
  • v_general_select.php 16.00 KiB
    <link href="<?php echo base_url().'assets/plugins/page.css'?>" rel="stylesheet" />
    
    
    <style>
    /* .page-header.page-header-small {
        min-height: 60vh;
        max-height: 440px;
    } */
    body {
        background: #f4f4f4;
        background-color: white;
    
    }
    
    
    
    
    body {
        /* margin: 3rem; */
        font: 500 100%;
        font-size: 16px;
        line-height: 1.5;
        color: rgb(0, 0, 0);
    }
    
    @media (max-width: 1024px) {
        body {
            margin: 0;
            background: #f4f4f4;
        }
    }
    
    @media (max-width: 411px) {
        h5 {
            margin-top: 30px
        }
    }
    
    .img {
        background-image: url(small.jpg);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .description {
        font: 500 100%;
        font-size: 16px;
    }
    
    .card {
        border-radius: 4px;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
        transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
    
        /* padding: 14px 80px 18px 36px; */
        /* cursor: pointer; */
    }
    
    /* .card:hover { */
        /* transform: scale(1.02);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06); */
    /* } */
    
    .section {
        padding: 40px 0;
    }
    
    .title {