ash lynx's profile picture

Published by

published
updated

Category: Web, HTML, Tech

soft desert profile code

hello everyone :)
i hope this helps anyone having trouble!
feel free to customize it however you'd like or use it as it is.
whatever makes you happy! ^_^
lmk if you have any questions or reccomendations. :3
i also HIGHLY recommend using this link while coding to see the changes it makes in real time.
it saves so much frustration and headache!!

꘎♡━━━━━━━━━━━━━━━♡꘎

<style>
main:before {
 width: 100%;
 height: 300px;
 display: block;
 content: "";
 background-image: url('https://i.pinimg.com/564x/1c/4c/8f/1c4c8f82df65ff83eb192670545ab410.jpg');
 background-position: center center;
 background-size: cover;
}
main {
    background-image: url(https://i.pinimg.com/564x/a0/9b/4a/a09b4ac01af940e9523e7d40c7e9a5e0.jpg);
    background-repeat: repeat;
    background-size: 100% ;
  }  
body
        {background: url("https://i.pinimg.com/originals/f0/df/e6/f0dfe61cfd4b0ee02fe0741cf0313f09.jpg")
        no-repeat fixed; background-size: cover;
     }
     }
    padding: 5px;
    font-size: 80%;
    color: var(--light-orange);
  }
  </style>
<style>
footer {
        border-radius: 15px;
background-image: url(https://i.pinimg.com/564x/91/5e/4b/915e4ba8ecf3d203191519ada64e06de.jpg); 
</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: white;}
h1 {
  color: white ;
}
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>


8 Kudos

Comments

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