Card configurations, multiple cards to look like one

This is a collection of 4 cards, I would like this to seem like one card but not sure how to make it. Any help would be great :slight_smile:

Code:

wallpanel:
enabled: true
hide_toolbar: true
hide_sidebar: true
idle_time: 1800
show_images: false
black_screen_after_time: 0.1
show_weather: false
views:

  • title: Home
    badges:
    sections:
    • type: grid
      cards:
      • type: picture
        image: /api/image/serve/1024d0bafba26807df6c234be9258fa0/512x512
      • type: glance
        show_name: false
        show_icon: true
        show_state: true
        entities:
        • entity: lock.000_lock
          icon: mdi:lock
        • entity: sensor.000_charging_power
          icon: mdi:flash
          grid_options:
          columns: 12
          rows: 2
      • type: horizontal-stack
        cards:
        • type: gauge
          entity: sensor.000_fuel_level
          needle: true
          severity:
          green: 45
          yellow: 15
          red: 0
          name: Bensin
          tap_action:
          action: none
        • type: gauge
          entity: sensor.000_state_of_charge
          name: Batteri
          needle: true
          severity:
          green: 50
          yellow: 25
          red: 0
          tap_action:
          action: none

nice thank you I will check it