« Web, HTML, Tech Forum

SANRIO CONTACT BOX - moved to "who i'd like to meet"

Posted by ✂--BEELZEBABE--

posted
updated

Forum: Web, HTML, Tech

To Hide Left side of profile

(pfp, contact box, interest)

<style>

 }


.col.w-40.left{

  display: none;


}

</style>


Okay, but since we need a contact box;

Heres code for a new one you can place in your about me, ect

<div class="contact">

          <div class="heading">

          

          </div>

          <div class="inner"><img src="https://i.ibb.co/sPcnGSv/Tumblr-l-26986816923819.gif" alt="Tumblr-l-26986816923819" border="0">

            <div class="f-row">

              <div class="f-col">

                                  <a href="/addfriend?id=741332" >

                  <p>   Add to Friends</p>

                  </a>

                              </div>

              <div class="f-col">

                                  <a href="/addfavorite?id=741332" >

                                    <p> Add to Favorites</p>

                  </a>

                              </div>

            </div>

            <div class="f-row">

              <div class="f-col">

                <a href="https://im.spacehey.com?user=741332" >

                  <p>   Send Message </p>

                </a>

              </div>

              <div class="f-col">

                <a href="https://im.spacehey.com/new?text=https://spacehey.com/beezlebabe" >

                  <p>  Forward to Friend </p>

                </a>

              </div>

            </div>

            <div class="f-row">

              <div class="f-col">

                <a href="https://im.spacehey.com?user=741332" >

                  <p>    Instant Message </p>

                </a>

              </div>

              <div class="f-col">

                <a href="/block?id=741332" >

                  <p>                 Block User </p>

                </a>

              </div>

            </div>

            <div class="f-row">

              <div class="f-col">

                <a href="/soon?new">

                  <p>              Add to Group</p>

                </a>

              </div>

              <div class="f-col">

                <a href="/report?type=user&id=741332" >

                  <p>

                    Report User </p>

                </a>

              </div>

            </div>

          </div>

        </div>


<style>.contact {

  background-color: hotpink;

  border:10px double white;

  padding: 20px;

  text-align: center;

}


.contact .inner {

  background-color: transparent;

}


.contact img {

  display: block;

  margin: 10px auto;

}


.f-row {

  display: flex;

  justify-content: center;

  margin-bottom: 5px;

}


.f-col {

  margin: 0 50px;

}


.contact a {

  display: inline-block;

  text-decoration: underline overline;

  color: black;

}


.contact .icon {

  width: 30px;

  height: 30px;

  margin: 0px;

}

  .contact a:hover {

  color: white;

}

</style>


It Should look like this:Contact box - sanrio


Report Topic

0 Replies