Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте + (deprecated) CSS Example Practice Test | Deprecated
Test UI Features

book
+ (deprecated) CSS Example Practice Test

html

index.html

copy
<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
some-alt