Grunge Type Layout

PREVIEW

preview
COPY & PAST CODE INTO YOUR "ABOUT ME"

<style>
main:before {
 width: 100%;
 height: 300px;
 display: block;
 content: "";
 background-image: url('https://wallpaperaccess.com/full/547366.png');
 background-position: center center;
 background-size: cover;
}
main {
    background-image: url("");
    background-repeat: repeat;
    background-size: 100% ;
  }  
body
        {background: url("https://media.istockphoto.com/vectors/abstract-grunge-background-damaged-old-wall-vector-subtle-texture-vector-id1168060687")
        no-repeat fixed; background-size: cover;
     }
     }
    padding: 5px;
    font-size: 80%;
    color: var(--light-orange);
  }
  </style>
<style>
footer {
        border-radius: 15px;
background-image: url('');
</style>
<style>
@import 
url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
:root {
  --font-family: monospace;
  --mynamesize: 25px
;}
  h1, h2, h3, h4, h5, a, p, nav label, .section{ 
font-family: var(--font-family) !important; 
 text-shadow: !important;
 text-transform:!important;
}
h1, h2, h3, h4,h5,a, p, nav label, .section {color: black;}
h1 {
  color: black ;
}
table, th, td {
  border: none ;
}
:root {
        --logo-blue: ;
        --darker-blue: ;
        --lighter-blue: ;
        --even-lighter-blue: ;
        --lightest-blue: ;
        --dark-orange: ;
        --light-orange: ;
        --even-lighter-orange: ;
        --green: white;
    }
.profile .contact,
    .profile .url-info,
    .profile .table-section,
    .home-actions {
        border: none ;
    }
   a.ditto-link {
        display: block;
        margin: 10px 0;
        color: #cc3e3e;
        font-size: 1.4rem;
        font-weight: bold;
        animation: blinker 1s linear infinite;
    }
    .profile-pic {
        border-radius: 500px;
        overflow: hidden;
    }
    .heading {
        padding: 5px 0 !important;
        margin-top: 15px;
        margin-bottom: 10px;
        background-color: transparent !important;
        color: white !important;
        border-bottom: 2px solid;
    }
    .container {
        border-radius: 15px 15px 0 0;
        overflow: hidden;
        margin-top: 30px;
        padding: 10px;
    }
    table.comments-table td {
        background-color: !important;
    }
    .comments-table td:first-child img {
        width: 80px;
        border-radius: 500px;
    }
    .profile .friends .person img {
        border-radius: 500px;
    }
    .blog-preview p {
        font-size: 1.4rem;
    }
</style>


4 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )