+ (deprecated) CSS Example Practice Test
index.html
<style id="example"></style>
<style>
.css-task-wrapper-container {
width: 100%;
margin: 0 auto;
}
#css-task-editor-wrapper {
width: 100%;
margin-bottom: 50px;
border: 1px solid black;
border-radius: 5px;
background-color: #1f1f1f;
}
#css-task-editable-paragraph {
font-size: x-large;
font-family: 'Courier New', Courier, monospace;
color: whitesmoke;
}
<!-- -->
.css-task-html-preview {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
height: 100px;
background-color: #4e5d77;
border-radius: 20px;
}
.css-task-example-element {
display: flex;
Все було зрозуміло?
Дякуємо за ваш відгук!
Секція 9. Розділ 20