La Creatura's profile picture

Published by

published
updated

Category: Web, HTML, Tech

First layout!

EDIT (30/12/21) : Finally able to post this layout onto the layouts page , go here if you are interested in the layout: 

https://layouts.spacehey.com/layout?id=18569

i just made my first layout and i am very proud of myself! it makes the boxes an stuff all cuuurrvvyyy and stuff and changes the grey background to that light blue color. this took me 2 hours. i like this layout. i am finally at peace and now i no longer have to try to search for a decent layout. posted the layout here because i can't seem to put this up on the layouts page.

El code instructions :

Copy all the code below, click edit profile, and then paste this sucker in that about me blurb box i think


<style>
    .top{

        border-radius: 0 0 25px 25px !important;

    }
    main{

        border-radius: 25px 25px 25px 25px !important;
    }
    .links{

        border-radius: 25px 25px 25px 25px !important;
    }
    .contact .heading{
         
        border-radius: 20px 20px 20px 20px !important;
    }
    .contact{

        border-radius: 12px 12px 20px 20px !important;

    }
    .url-info{

        border-radius: 20px 20px 20px 20px !important;

    }
    .table-section .heading{

        border-radius: 20px 20px 20px 20px !important;

    }
    .table-section{

      border-radius: 12px 12px 10px 10px !important;

    }
    .blurbs .heading{
     
       border-radius: 20px 20px 20px 20px !important;

    }
    .friends .heading{

       border-radius: 20px 20px 20px 20px !important;

    }
    .profile .details-table td{

       border-radius: 5px 5px 5px 5px !important;

    }
    .profile-pic img{

       border-radius: 20px 20px 20px 20px !important;

    }
    .friends-grid img{

       border-radius: 20px 20px 20px 20px !important;

    }
    body{
        
    background-color: #60a5fa;

    }
    footer{

        border-radius: 25px 25px 25px 25px !important;

    }
    .profile-info{
        
        border-radius: 25px 25px 25px 25px !important;

    }
</style>


0 Kudos

Comments

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