• Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

Best alignment/layout options

x_c_x

Coder
help1.JPG

Hi folks. Hope everyone is well! What would be the best alignment/layout properties for designing the attached image? I've only got the below designed and I don't want to proceed only to then encounter issues with breakage, etc. and have to re-write code (lazy, right?). No code necessary. Just the best (current) option(s) for laying the text out, in particular. But everything else as well. By the way, is PalPay a payment method for the shop items and are hoodies forthcoming? Thanks all! God bless! =).

Code:
HTML:

<div class="table">
  <div class="subtable">
    <p>
      ORDER PLACED<br>May 2, 2022
    </p>
  </div>
 </div>
 
 CSS:
 
 .table {
    width: 760px;
    height: 250px;
    border: 1px solid lightgrey;
    border-radius: 6px;
}

.subtable {
    padding: 1px 5px;
    width: 750px;
    height: 70px;
    background-color: #e8f0f0af;
    border-bottom: rgb(238, 236, 236);
}

.subtable p {
   
    font-family: Arial;
    font-size: 12px;
    color: gray;
}
 
View attachment 2230

Hi folks. Hope everyone is well! What would be the best alignment/layout properties for designing the attached image? I've only got the below designed and I don't want to proceed only to then encounter issues with breakage, etc. and have to re-write code (lazy, right?). No code necessary. Just the best (current) option(s) for laying the text out, in particular. But everything else as well. By the way, is PalPay a payment method for the shop items and are hoodies forthcoming? Thanks all! God bless! =).

Code:
HTML:

<div class="table">
  <div class="subtable">
    <p>
      ORDER PLACED<br>May 2, 2022
    </p>
  </div>
 </div>
 
 CSS:
 
 .table {
    width: 760px;
    height: 250px;
    border: 1px solid lightgrey;
    border-radius: 6px;
}

.subtable {
    padding: 1px 5px;
    width: 750px;
    height: 70px;
    background-color: #e8f0f0af;
    border-bottom: rgb(238, 236, 236);
}

.subtable p {
  
    font-family: Arial;
    font-size: 12px;
    color: gray;
}
Hi there,
May I ask what is the intended purpose for this? Out of curiosity, is that from Amazon?
 
Hi there,
May I ask what is the intended purpose for this? Out of curiosity, is that from Amazon?

This is simply for my learning experience. If I can't align/layout simple elements I shouldn't really proceed with anything more complex. Yes, this is an Amazon design. Thanks! =).
 

New Threads

Buy us a coffee!

300x250
Top Bottom