CSS: Gradient Background

Jste zde:
Odhadovaná doba čtení: < 1 min
<!DOCTYPE html>
<html>
<style>
div {
    height: 400px;
    background: linear-gradient(to bottom right, #0b3345 26%, #13332d 100%)
}
</style>
<body>

<div></div>

</body>
</html>
Byl tento článek užitečný?
Nelíbí 0
Zobrazeno: 18
Back to top button