Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7961615
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:05:35+00:00 2026-06-04T05:05:35+00:00

Basically, I need to make a header, styled like this: Is there a full

  • 0

Basically, I need to make a header, styled like this:

rounded slanted header

Is there a full css way, or do I need to use background-images?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T05:05:36+00:00Added an answer on June 4, 2026 at 5:05 am

    Yes, you can do it using only CSS, but it’s not easy and the result is… well, ugly.
    You might want to check this as well: CSS for inverted curved tabs

    EDIT: I got a better idea today, check this http://dabblet.com/gist/2762234

    The CSS is as follows:

    h1 {
        min-width: 150px;
        height: 30px;
        margin: 0;
        /**border: solid 2px #979797;/**/
        border-bottom: none;
        border-radius: 8px 0 0 0;
        box-shadow: -2px -2px 2px #a5a5b1;
        display: inline-block;
        position: relative;
        background: linear-gradient(#e8e8ea, #f8f8fa);
    }
    h1:before {
        /**top: -2px;/**/
        /**/top: 0;/**/
        right: -23px;
        width: 30px;
        height: 30px;
        border-radius: 0 8px 0 0;
        /**border: solid 2px #979797;/**/
        border-left: none;
        border-bottom: none;
        box-shadow: 2px -2px 2px #a5a5b1;
        /** outline: solid 1px red; /* uncomment this to check position */
        transform: skewX(30deg);
        position: absolute;
        background: linear-gradient(#e8e8ea, #f8f8fa);
        content: '';
    }
    h1:after {
        right: -44px;
        /**bottom: 0;/**/
        /**/bottom: 2px;/**/
        width: 16px;
        height: 8px;
        /**border: solid 2px #979797;/**/
        border-top: none;
        border-right: none;
        border-radius: 0 0 0  8px;
        box-shadow: inset 2px -2px 2px #a5a5b1, -4px 4px 2px #f8f8fa;
        /** outline: solid 1px red; /* uncomment this to check position */
        transform: skewX(30deg);
        position: absolute;
        content: '';
    }
    div {
        min-height: 130px;
        margin-top: -7px;
        /**border: solid 2px #979797;/**/
        border-radius: 0 8px 0 0;
        box-shadow: -2px -2px 2px #a5a5b1, 2px -2px 2px #a5a5b1;
        background: linear-gradient(#f8f8fa, #f6f6f8);
    }
    

    It can be made to look prettier, but that would require a fixed width for the heading and a pseudo-element on the div.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I basically need to check if there is an easier way to do this
So basically I need to make feature that if you select something from first
So basically I'm making a program in C# and I need to make a
I've created an image which is basically a CSS sprite of 3 images together.
Been trying this for quite a while now and I need help. Basically I
Basically I have this scenario going on: //in interface header @property(nonatomic,retain)OtherClass *otherClass; //implementation -
Basically need to generate custom(some different then yes no) messeges(alert) in JS , how
basically need to change the value that - admin_url() returns any idea?
Basically I need to connect to the database without any existing databases. In SQL,
Basically I need to reset Identity Increment for all tables to its original. Here

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.