Text Style
<style>
  .new{
    color: RGB(255, 87, 51) ;
    font-weight: 900;
    font-size: 12px;
    text-align: center ;
    font-family: Arial;
    margin-bottom: 5px;
    padding: 0;
  }

  .mac{
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    font-family: Arial;
    margin: 5px;
    padding: 0;
    
  }

  h1{
    text-align: center;
    font-weight: 900;
    font-size: 40px;
    font-family: Arial;
    margin: 5px;
    padding: 0;
  }

  .from {
    font-weight: 200;
    text-align: center;
    font-size: 14px;
    font-family: Arial;
    margin: 10px;
    padding: 0;
  }

  button {
    align-items: center;
    font-size: 15px;
    font-family: Arial;
    font-weight:700;
    color: #fff;
    background-color: rgb(0, 150, 255);
    
    margin-left: 45%;
    margin-top: 25px;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
    border: none;

    cursor: pointer;
  }
</style>

<p class="new">
  New
</p>

<p class="mac">
  MacBook Pro
</p>

<h1>
  Supercharged for pros.
</h1>

<p class="from">
  From $1999
</p>

<button type="button">
  Buy
</button>
/* ESLint rules https://eslint.org/docs/2.0.0/rules/ */
/* eslint no-undef: "off" */

Text Style

  • Files
  • Index
  • Style
  • Script
  • README
  • CDN Add
HTML
PLEASE WAIT...