🔒 Closed Help sa html

Status
Not open for further replies.

SUNRAI

Eternal Poster
Paano poba mag lagay ng margin sa gilid sa giling nung division Backround?
 

Attachments

  • Screenshot_2020-10-12-12-36-00-659_com.teejay.trebedit.webp
    Screenshot_2020-10-12-12-36-00-659_com.teejay.trebedit.webp
    10.7 KB · Views: 15
padding-left:10px;
padding-right:10px;

you can put it as inline or in your .css file..

can you also put the code of that html?
 
Pa help naman po ayaw pong mag apply nung css
 

Attachments

  • Screenshot_2020-10-12-16-26-27-575_com.teejay.trebedit.webp
    Screenshot_2020-10-12-16-26-27-575_com.teejay.trebedit.webp
    14.5 KB · Views: 11
  • Screenshot_2020-10-12-16-31-09-496_com.teejay.trebedit.webp
    Screenshot_2020-10-12-16-31-09-496_com.teejay.trebedit.webp
    35.4 KB · Views: 10
Paano po kaya ilalagay yung hobbies na text dun sa top right corner
 

Attachments

  • Screenshot_2020-10-12-17-48-30-992_com.teejay.trebedit.webp
    Screenshot_2020-10-12-17-48-30-992_com.teejay.trebedit.webp
    22.7 KB · Views: 12
Paano po kaya ilalagay yung hobbies na text dun sa top right corner
Depende so may question ako sayo,
1. Alam mo na ba yung block and inline elements?
2. Yang hobbies na section last na ba yan? wala kana ba ilalagay sa baba niya?
3. Nakapasok ba sa container ang mga text mo ex. <div>?

Marami kasi pwedeng approach na gawin para magawa ang gusto mo, like css flex, grid or simply inline level elements, pero sa current skill level mo di mo pa yun alam. Pero may mga hotfix pa naman na pwedeng gawin para magawa yan.


16.webp

CSS:
div {
    border: 2px solid black;
    width:325px;
    height: 100px;
    margin-left: 20px;
}

.one {
    background: lightblue;
    display: inline-block;
}

.two {
    background: lightgreen;
    display: inline-block;
}

.three {
    background: lightyellow;
    margin-top: 25px;
}

.four {
    background: lightgray;
    margin-top: 25px;
}
 
Status
Not open for further replies.

About this Thread

  • 13
    Replies
  • 468
    Views
  • 7
    Participants
Last reply from:
SUNRAI

Online now

Members online
387
Guests online
550
Total visitors
937

Forum statistics

Threads
2,276,917
Posts
28,973,031
Members
1,230,612
Latest member
SoraWatanabe
Back
Top