---
title: "Day 87: mask properties"
url: https://daily.dev/posts/day-87-mask-properties-xlsyvxuvq
source_url: https://www.matuzo.at/blog/2023/100daysof-day87
type: article
source: "Manuel Matuzović"
published: 2026-06-22T14:42:11.675Z
updated: 2026-06-22T14:43:25.873Z
tags: ["css", "frontend"]
reading_time: 1
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Day 87: mask properties

**[Manuel Matuzović](https://daily.dev/sources/matuzo)** · 1 min read · 0 upvotes · 0 comments

## Summary

CSS mask properties allow you to apply a mask to HTML elements using an image or SVG. Key properties include mask-image, mask-size, mask-repeat, mask-position, mask-clip, mask-composite, mask-mode, and mask-origin. A practical example shows masking an image or a div using an SVG logo, with a note that the -webkit- prefix is required for some browsers.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.matuzo.at/blog/2023/100daysof-day87>

---

Tags: [#css](https://daily.dev/tags/css), [#frontend](https://daily.dev/tags/frontend)

[View this post on daily.dev](https://daily.dev/posts/day-87-mask-properties-xlsyvxuvq)
