Posted in CSS Tips
5829
1:25 am, June 29, 2022

Create a button with CSS, HTML and Center it!

A nice quick video on how to create a button with css and center it. 

Going from a blank html page into a div element with a button in it and then centering the button and giving it some life with some hover over effects. 

I thought i would mix it up a bit and create a video on how it is coded, you can see it here.

Create a button with CSS, HTML and Center it! Demo

View Demo Full Screen View Demo New Tab

Create a button with CSS, HTML and Center it! Code

HTML

<p>
        Lets center a button with css...
    </p>
    <p>
        1st some fonts...
    </p>
    <p>
      Actually dont bother with bootstrap for this.
    </p>
    <p>
      Add a box with some padding and background.
    </p>
    <p>
      Now add a button. Not yet a button, but we can fix that.
    </p>

    <p>
      Ok it looks like a button now. Add a hover over state to make it appear active when moused over.
    </p>

    <p>
      Looks like i added the button styles to the outer element rather than the button, fix that.
    </p>

    <p>
      Ok now center the button. As its inline block display, it should be centered with text align center.
    </p>

    <p>
        A button in a div that is centered.
    </p>

    <div class='my-box'>
      <div class='my-button'>
        <a href='#!'>My Button!</a>
      </div>
    </div>

CSS

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
      * {
        font-family: 'Montserrat', sans-serif;
      }
      .my-box {
        padding:20px;
        background:teal;
        color:#FFF;
        border-radius:10px;
        min-height:120px;
      }
      .my-button {
        text-align:center;
      }
      .my-button a:hover {
          background:#EEE;
          box-shadow:0px 1px 2px #000;
      }
      .my-button a {
        text-decoration:none;
        color:#444;
        padding:15px 20px;
        background:#FFF;
        border-radius:5px;
        display:inline-block;
      }

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Code
Search Code by entering your search text above.
Welcome to CSSBundle.com

Hi there and welcome to CSSBundle. Here at CSS Bundle we aim to find the best css and javascript bundles and demos and add them here to make them easy to find all in one place.

If you would like to stay up to date with our latest updates you can subscribe to our mailing list where we will send you one email per week with the latest updates, no spam emails just the latest updates.

Random Quote


Latest Code
css animations Falling Stars CSS Animation html Video different sources on screen sizes video embed html responsive css animations Animated Triangles on Canvas JS HTML HTML Canvas Instant colour fill with HTML Canvas javascript Transform Text into Images using SnapText JS CSS Tools Fancy Border Radius CSS Generator Tool - spin animation keyframes CSS Tools CSS Drop Filter Shadow Creator CSS Slider A CSS and HTML Only Carousel Slider CSS Z-Index Z-Index Code Front - CSS to change z-index when element is active sections section with image to the right text to the left gradient Sections Two Clickable Logo Promo Box Section Foundation HTML CSS Sections Inline Contact Form Formatting HTML CSS Sections Overview full width section in Poppins font with light gray background using foundation Interactive Images Map Image with Easy Dots and Titles using only CSS HTML Sections Social Header Links easy Drop in Code with Font Awesome Icons Sections Responsive Friendly Subscribe to our Newsletter Section CSS Tips Create a button with CSS, HTML and Center it! CSS Text Formatting Truncate Text to an amount of lines using line-clamp CSS Positions Item Positioning in CSS CSS Tips Draw a Circle in CSS css animations Magical Text Effect Bootstrap 4.2 Kitchen Sink CSS Frameworks Make your site look like windows 7 CSS Backgrounds Fancy up your banner image hero sections using overlay gradients CSS Modal Floating Modal Message Fixed on the Bottom of the Screen CSS Modal Create a modal with only CSS css grid display items in a css grid CSS Text Effects Using the selection selector to change the default highlight color Text Truncate your Text with CSS CSS Cursors Change your cursor into an Emoji Cursor or Image Cursor CSS How to Center Everything or Anything with CSS CSS Animations Smooth Scrolling with just CSS CSS Animations Radial Glow under cursor on box hover over effect CSS Shadows Using a filter drop shadow for transparent images CSS Animations Pure CSS 3D Flipping Book with Animations CSS Create a checkerboard background pattern with CSS CSS Animations button animations hover and fill animation CSS Animations button on focus swing animation CSS Animations Animated Button Border when Active Quick CSS create a border with top triangle in css CSS Animations Single Element CSS Spinners CSS Animations CSS Shake - Shake up your elements CSS Framework NES-style(8bit-like) CSS Framework CSS Tips Why to use a CSS Reset? Web Developer Checklists Front-End Checklist Icons Font Awesome Icons CSS Animation Animate Stuff with Animate.css CSS Animations Check Wave Click a Checkbox and Watch the Animation Animation Cloudy spiral animation with CSS3 Notifications Toast Messages and Notifications Standalone Library no JQuery - notify.js