You will add your own style to the Little Boxes example, littleBoxes.htmlActions, page demonstrated in class by using elements, CSS ( inline  and  internal embedding and a style sheet ) and CSS...


You will add your own style to the Little Boxes example, littleBoxes.htmlActions, page demonstrated in class by using elements, CSS (inline andinternal embedding and a style sheet) and CSS classes, and other HTML you've learned:Add more elements to the page and style themStyle the dimensions, colors and other properties of the page elementsUse inline styling and internal style sheets to the style pageAvoid using HTML tag attributesPosition your block-level elements with position top left and floatBoxes Examplebody {background-color: c0c0c0;}div.box1 {background-color: black;color: white;border-style: groove;border-color: blue;margin: 20px;padding: 20px;height: 300px;width: 250px;position: absolute;top: 30px;left: 500px;}div.containerBox {background-color: #104040;color: white;border-style: solid;border-color: black;border-width: 1px;padding: 10px;position: relative;top: -7px;left: -7px;height: auto;width: auto;}divshadowBox {background-color: #909090;position: relative;top: +7px;left: +7px;margin-bottom: 5px;margin-right: 5px;height: 300px;width: 250px;}.floating-box {float: left;width: 150px;height: 75px;margin: 10px;border: 3px solid #73AD21;}.after-box {clear: left;border: 3px solid red;}#custom {border: 10px solid #000;border-radius: 10px 40px 40px 10px;width: 200px;height: 100px;background-color: #ccc;}/*Style for inner shadow*/.innerShadow {border: 1px;width: 150px;height: 150px;box-shadow: inset 0px 0px 20px 10px maroon;float: left;}.borderImage {height: 100px;width: 300px;background-color: palegreen;border: 15px solid maroon;border-radius: 25px;/*-moz-border-image: url(border.png) 30 30 round;-o-border-image: url(border.png) 30 30 round;-webkit-border-image: url(border.png) 30 30 round;*/border-image:url(images.jpg);border-image-slice: 20;border-image-repeat: repeat;float: right;

}/*style for transformed div*/.transform {width: 100px;height: 100px;background-color: yellow;border: 1px solid black;transform: translate(50px, 50px) rotateY(220deg) scale(1.0, 2) skew(60deg, 50deg);float: left;}/*Style for liner gradient*/.linearGradient {height: 100px;width: 40%;color: white;text-align: right;float: left;background: linear-gradient(180deg, green, red);/* Standard syntax (must be last) */}/*style for radial gradient*.radialGradient {height: 150px;width: 200px;background: radial-gradient(black, purple, orange);/* Standard syntax (must be last) */float: left;} Little Boxes Little boxes on the hillside, Little boxes made of ticky tacky, Little boxes on the hillside, Little boxes all the same.There's a green one and a pink one And a blue one and a yellow one, And they're all made out of ticky tacky And theyall look just the samebackground-color:#104040">



  • CSIS1430 HTML

  • CSIS1430 HTML

  • CSIS1430 HTML

  • CSIS1430 HTML

  • CSIS1430 HTML

FLOATING BOXESFloating boxFloating boxFloating boxFloating boxFloating boxFloating boxFloating boxFloating boxAnother box, after the floating boxes...Custom BoxesA custom box...Inner Shadow boxThis div has Inner shadowBorder ImageDiv with border ImageTransform divThis is transformed div


linear Gradientlinear GradientRadial GradientRadial Gradient


May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here