Part Two The following image shows the background color for various elements in index.html. Bох Model #DIBCE3 Content Box FESEF Border Box FEFSEF • Complete the style rules in color-styles.css to match the color scheme shown above. You will also need to consider text color to complete this task. • The overflow issue is more apparent after applying a background color вох МODEL Content Be • Add a style rule in the embedded style sheet that applies a scroll functionality to divs to solve the overflow issue

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

<!DOCTYPE html>
<html lang="en">

below here is color.css


<style>
body {

}

.cb-title {

}

.bb-title {

}

.cb-btm {

}

.bb-btm {

}
</style>
above here is color.css


<head>
    <meta charset="UTF-8">
    <title>Lab 9 (Week 10)</title>
    <style>
        @import url(./styles/box-styles.css);
        @import url(./styles/color-styles.css);
    </style>
</head>
<body>
        <h1>Box Model</h1>
        <div class=" cb-container light-shadow center-element round-borders max-width">
            <div class="cb-title title-padding cb full-width">
                <h3>Content Box</h3>
            </div>
            <div class="cb-btm body-padding cb full-width">
                <p><code>content-box </code>gives you the default CSS box-sizing behavior. If you set an element's width to 100 pixels, then the element's content box will be 100 pixels wide, and the width of any border or padding will be added to the final rendered width, making the element wider than 100px</p>
            </div>
        </div>

        <div class="bb-container light-shadow center-element round-borders max-width">
            <div class="bb-title title-padding bb full-width">
                <h3>Border Box</h3>
            </div>
            <div class="bb-btm body-padding bb full-width">
            <p><code>border-box</code> tells the browser to account for any border and padding in the values you specify for an element's width and height. If you set an element's width to 100 pixels, that 100 pixels will include any border or padding you added, and the content box will shrink to absorb that extra width. </p>
        <p>This is a testing paragraph</p>    
        </div>
        </div>
</body>
</html>

Part Two
The following image shows the background color for various elements in index.html.
Вох Мodel
#D1BCE3
Content Box
#227C9D
I FEFSEF
SFE6073
Border Box
FEFSEF
• Complete the style rules in color-styles.css to match the color scheme shown above.
You will also need to consider text color to complete this task.
• The overflow issue is more apparent after applying a background color
вох МODEL
Content Box
ontet gies you te detaut CSS b-iing behavie. f you etan
wide, nd the wih ef any bnder ar pading wille aldedte the final rendeed
wih, making the element wider tha 10p
Border Box
e l the beeracun fur any border and pudding
the valaes yeu specity fer an element widn and beight. if you set
elementwih 0 piels, ha 0 pisel will inclle any
dero paing yo a, and the oomu bo wil ik
aht that es width
Add a style rule in the embedded style sheet that applies a scroll functionality to divs to
solve the overflow issue
Transcribed Image Text:Part Two The following image shows the background color for various elements in index.html. Вох Мodel #D1BCE3 Content Box #227C9D I FEFSEF SFE6073 Border Box FEFSEF • Complete the style rules in color-styles.css to match the color scheme shown above. You will also need to consider text color to complete this task. • The overflow issue is more apparent after applying a background color вох МODEL Content Box ontet gies you te detaut CSS b-iing behavie. f you etan wide, nd the wih ef any bnder ar pading wille aldedte the final rendeed wih, making the element wider tha 10p Border Box e l the beeracun fur any border and pudding the valaes yeu specity fer an element widn and beight. if you set elementwih 0 piels, ha 0 pisel will inclle any dero paing yo a, and the oomu bo wil ik aht that es width Add a style rule in the embedded style sheet that applies a scroll functionality to divs to solve the overflow issue
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY