Свойства CSS: Как определить форму нижнего левого угла в начальном значении?
Перейти на страницу упражнений
Решение:
HTML-код:
<!DOCTYPE html>
<html>
<head>
<title>How to defines the shape of the bottom-right corner in initial value</title>
<style>
#xyz {
margin-left: 10px;
margin-top: 3px;
margin-right: 15px;
background-color: #CCFF63;
border: 1px solid #c3c3c3;
height: 200px;
border-bottom-right-radius: initial;
}
</style>
</head>
<body>
<div id="xyz">CSS, stands for Cascading Style Sheet is a computer language to describe presentation.<div>
</body>
</html>
Демонстрация в реальном времени:
См. Pen border-bottom-right-radius-initial-answer от w3resource ( @ w3resource ) в CodePen .
Поддерживаемый браузер
да | да | да | да | да |
Каков уровень сложности этого упражнения?
Новый контент: Composer: менеджер зависимостей для PHP , R программирования
disqus2code