Sha256: 4028a958fbb16b7e29dc76f43336623559d0575fd50e993ba6ebc58a351cc38b

Contents?: true

Size: 1.46 KB

Versions: 1

Compression:

Stored size: 1.46 KB

Contents

---
---

@import "test-GET-theme";

body
{
    padding: 0px;
    margin: 0px;    
    font-size: 20px;
    font-family: sans-serif;
}
.header
{
    width: 100%;
    height: 30rem;        
    overflow: hidden;   
    position: relative;
    z-index: 1; 
    top: 0px;
}
.header-img
{
    transition: transform 3s;
    z-index: 1; 
    top: 0px;    
    width: 100%;
}
.header-img:hover
{
    transform: scale(1.05);
}
.logo
{
    position: absolute;
    z-index: 2;
    width: 15rem;
    margin: 0.5rem;
}
.header-links
{
    position: absolute;
    z-index: 2;
    right: 0;
    margin: 1rem;
}
a
{
    color: white;
    margin: 1rem;
    font-size: 20;
}
p
{
    margin: 1rem;
    text-align: center;
    
    margin-bottom: 5rem;
}
h1
{
    text-align: center;
    margin: 0.5rem;
}
.Sbox
{
    background-color: green;
    width: 49.5%;
    height: 15rem;
    float: left;    
    margin: 0.1rem;
    margin-bottom: 10rem;
    text-align: center;
    line-height: 15rem; 
    color: white;
    font-size: 35px;
}
.Longbox
{
    width: 100%;
    height: 25rem;
    margin-top: 10rem;
    background-color: rgb(122, 103, 77);
}
.bottom-img
{
    height: 50rem;
    background-image: url(images/10783677_web1_L-EdCC-Building-EDH-180302.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.footer
{
    width: 100%;
    height: 15rem;
    float: left;
    background-color: black;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test-GET-theme-0.1.4 assets/main.scss