Gitlab@Informatics

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

v_general_home.php

Blame
  • v_general_home.php 23.48 KiB
    <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 card-grow {
            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);
        }
    
        .section {
            padding: 40px 0;
        }
    
        .title {
            padding-top: 0px;
        }
    
        table,
        th,
        td {
            border-collapse: collapse;
        }
    
        .test_text {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;