Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #33847
Closed
Open
Issue created May 06, 2021 by Administrator@rootContributor

Possible mistakes at https://getbootstrap.com/docs/5.0/examples/heroes/

Created by: 4skinSkywalker

Centered hero

button.btn.btn-primary.btn-lg.px-4 .me-sm-3 // margin right is not needed, .gap-N can be used instead

Border hero with cropped image and shadows

.col-lg.offset-lg-1.p-0.position-relative.overflow-hidden.shadow-lg // .position-relative is not needed .position-lg-absolute .top-0.left-0.overflow-hidden // .position-lg-absolute does not exists and it's not needed, .overflow-hidden is repeated img .d-block .rounded-lg-3 // .d-block is not needed

Assignee
Assign to
Time tracking