Skip to content
Snippets Groups Projects
profile.module.css 1.54 KiB
Newer Older
  • Learn to ignore specific revisions
  • Ludvig Damberg's avatar
    Ludvig Damberg committed
    h1 {
        font-size: 40px;
        margin: 0;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    h2 {
    
        margin: 0;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    h3 {
    
        margin: 20px;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        width: 300px;
        height: 300px;
        border-radius: 5px;
    
        object-fit: cover;
        display: block;
        overflow: hidden;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        border: solid 1px rgb(139, 139, 139);  
        box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
    
    }
    
    .profile {
        width: 100vw;
        min-height: 30vh;
        margin-top: 100px;
        margin-left: 20px;
        color: rgb(107, 107, 107);
        display: flex;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    .profile2 {
        width: 100vw;
        min-height: 10vh;
        margin-top: 20px;
        margin-left: 20px;
        color: rgb(107, 107, 107);
        display: flex;
        flex-direction: column;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    .header {
    
        max-width: 100vw;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        background: #5cbbd8;
        color: white;
        height: 10vh;
    
        margin: 0;
        box-sizing: border-box;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        display: flex;
        align-items: center;
        padding: 10px;
        box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
    
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    
    .text_container {
    
        display: flex;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        text-decoration: none;
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
        margin-left: auto;
        margin-right: 40px;
        
        
    
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    }
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    .info_container{
        display: flex;
        height: 30vh;
     
    }
    .info_slot{
       margin-left: 200px;
       width: 500px;
        height: 300px;
       text-align: center;
       display: flex;
       flex-direction: column;
       justify-content: end;
       box-sizing: border-box;
       padding: 80px;
       border: solid 1px rgb(173, 173, 173);  
       box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
       border-radius: 5px;
    
    }
    .your{
        text-align: center;
        width: 100vw;
        height: 5vh;
        margin-top: 100px;
        color: rgb(107, 107, 107);
    
    
    
    Ludvig Damberg's avatar
    Ludvig Damberg committed
    }